Added thumbnail support in thunar, betaflight, fixed webcord, moved to stable

This commit is contained in:
Nathan Anderson 2024-04-08 12:59:59 -06:00
parent 0f0280473f
commit 412f9100ca
3 changed files with 15 additions and 12 deletions

View File

@ -24,6 +24,7 @@ in
nur.repos.rycee.firefox-addons.darkreader nur.repos.rycee.firefox-addons.darkreader
nur.repos.rycee.firefox-addons.keepassxc-browser nur.repos.rycee.firefox-addons.keepassxc-browser
nur.repos.crazazy.firefox-addons.ublock-origin nur.repos.crazazy.firefox-addons.ublock-origin
nur.repos.bandithedoge.firefoxAddons.stylus
]; ];
search = { search = {
# Replace default firefox search engine config with this one # Replace default firefox search engine config with this one
@ -67,6 +68,8 @@ in
"extensions.formautofill.creditCards.enabled" = false; "extensions.formautofill.creditCards.enabled" = false;
"extensions.formautofill.addresses.enabled" = false; "extensions.formautofill.addresses.enabled" = false;
"browser.toolbars.bookmarks.visibility" = "always"; "browser.toolbars.bookmarks.visibility" = "always";
# For applying userContent.css - not being used
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
# "browser.newtabpage.pinned" = [{ # "browser.newtabpage.pinned" = [{
# title = "NixOS"; # title = "NixOS";
# url = "https://nixos.org"; # url = "https://nixos.org";

View File

@ -65,7 +65,7 @@
amdgpu_top amdgpu_top
mangohud mangohud
wine-wayland wine-wayland
webcord inputs.nixpkgs-stable.legacyPackages.x86_64-linux.webcord
# #
# Better Unix # Better Unix
@ -104,6 +104,7 @@
# #
keepassxc keepassxc
obs-studio obs-studio
betaflight-configurator
# #
# Style # Style
@ -119,20 +120,18 @@
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'. # plain files is through 'home.file'.
home.file."${config.xdg.configHome}" = { home.file."${config.xdg.configHome}" = {
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
# # symlink to the Nix store copy.
# ".screenrc".source = dotfiles/screenrc;
source = ../../dotfiles; source = ../../dotfiles;
recursive = true; recursive = true;
# # You can also set the file content immediately.
# ".gradle/gradle.properties".text = ''
# org.gradle.console=verbose
# org.gradle.daemon.idletimeout=3600000
# '';
}; };
# For applying custom styles
# home.file.".mozilla/firefox/default" = {
# source = ../../misc/firefox_styles;
# recursive = true;
# };
# location where stylus data is kept
# /home/nate/.mozilla/firefox/default/storage/default/moz-extension+++77a1d59f-183c-4439-b249-fdae98b7bd7b/idb
home.sessionVariables = { home.sessionVariables = {
# MANPAGER="sh -c 'col -bx | bat -l man -p'"; # MANPAGER="sh -c 'col -bx | bat -l man -p'";
BAT_THEME="Catppuccin Macchiato"; BAT_THEME="Catppuccin Macchiato";

View File

@ -117,7 +117,8 @@
### ###
## Services ## Services
### ###
services.gvfs.enable = true; # thunar functionalities services.gvfs.enable = true; # thunar mount, trash, etc
services.tumbler.enable = true; # thunar thumbnails
services.openssh.enable = true; services.openssh.enable = true;
services.dbus.enable = true; services.dbus.enable = true;
services.syncthing.enable = true; services.syncthing.enable = true;