Update git.nix

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

View file

@ -10,8 +10,4 @@ in
(import "${home-manager}/nixos") (import "${home-manager}/nixos")
./common.nix ./common.nix
]; ];
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.fred = import ./home-manager/fred.nix;
} }