small fix

This commit is contained in:
Yan Lin 2025-10-20 15:27:45 +02:00
parent e08eaa3ed8
commit 48d8aa8c37
2 changed files with 7 additions and 1 deletions

View file

@ -93,7 +93,7 @@
"yanlin@thinkpad" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
modules = [ ./hosts/nixos/thinkpad/home.nix ];
extraSpecialArgs = { inherit claude-code nixvim; };
extraSpecialArgs = { inherit claude-code nixvim firefox-addons; };
};
};
};

View file

@ -111,6 +111,12 @@ in
use-system-font = false;
};
# Nautilus (GNOME Files) configuration
"org/gnome/nautilus/preferences" = {
show-hidden-files = true;
default-folder-viewer = "list-view";
};
# Disable GNOME Software auto-updates
"org/gnome/software" = {
download-updates = false;