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