diff options
Diffstat (limited to 'system-profiles/core')
-rw-r--r-- | system-profiles/core/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index 8d196320..b891fbd6 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix | |||
@@ -94,6 +94,7 @@ in { | |||
94 | home-manager = { | 94 | home-manager = { |
95 | useGlobalPkgs = true; # Otherwise home-manager would only work impurely | 95 | useGlobalPkgs = true; # Otherwise home-manager would only work impurely |
96 | useUserPackages = false; | 96 | useUserPackages = false; |
97 | backupFileExtension = "bak"; | ||
97 | }; | 98 | }; |
98 | 99 | ||
99 | sops = lib.mkIf hasSops { | 100 | sops = lib.mkIf hasSops { |