no longer using global packages

This commit is contained in:
John Lancaster
2025-07-03 04:48:31 +00:00
parent 8736ef6520
commit 6fec75538f

View File

@@ -63,7 +63,6 @@
programs.zsh.enable = lib.mkIf config.shell true;
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit inputs; };
users.${config.user} = {