diff --git a/profiles/core/nix.nix b/profiles/core/nix.nix index a9d8cb4..3081089 100644 --- a/profiles/core/nix.nix +++ b/profiles/core/nix.nix @@ -55,4 +55,9 @@ nixpkgs.config = { allowUnfree = true; }; + + home-manager = { + useUserPackages = true; + useGlobalPkgs = true; + }; }