diff --git a/hosts/default.nix b/hosts/default.nix index 089f064d..7e65763b 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -24,6 +24,9 @@ let core = self.nixosModules.profiles.core; global = { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + networking.hostName = hostName; nix.nixPath = let path = toString ../.; in [