Update common.nix

This commit is contained in:
ediblerope 2026-01-20 08:17:51 +00:00 committed by GitHub
parent f5c1c1c8a9
commit dfb1c70e1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,12 @@
./apps/fastfetch.nix ./apps/fastfetch.nix
./apps/flatpaks.nix ./apps/flatpaks.nix
]; ];
# Home Manager #
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.fred = import ./home-manager/fred.nix;
############################################################################# #############################################################################
# Make boot time quicker # Make boot time quicker
boot.loader.timeout = 0; boot.loader.timeout = 0;