This commit is contained in:
ediblerope 2026-03-28 12:40:30 +00:00 committed by GitHub
parent 1c51cc375e
commit a7719779bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View file

@ -37,6 +37,7 @@
# Home Manager #
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit inputs; };
home-manager.users.fred = import ./home-manager/fred.nix;
#############################################################################