summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix
index 87dc0e92..e6c0e085 100644
--- a/system-profiles/core.nix
+++ b/system-profiles/core.nix
@@ -86,7 +86,7 @@ in {
86 86
87 home-manager = { 87 home-manager = {
88 useGlobalPkgs = true; # Otherwise home-manager would only work impurely 88 useGlobalPkgs = true; # Otherwise home-manager would only work impurely
89 useUserPackages = true; 89 useUserPackages = false;
90 }; 90 };
91 91
92 sops = lib.mkIf hasSops { 92 sops = lib.mkIf hasSops {