From cae5167858bfcc3a97b71a839439aaacc076122d Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 19 May 2025 11:15:07 +0200 Subject: [PATCH] Fixes home manager config --- home/darwin-work.nix | 1 - hosts/dnsc-work/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home/darwin-work.nix b/home/darwin-work.nix index 530b30a..c841e62 100644 --- a/home/darwin-work.nix +++ b/home/darwin-work.nix @@ -23,5 +23,4 @@ ]; programs.home-manager.enable = true; - programs.home-manager.backupFileExtension = "backup"; } diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 59a19f5..b553da0 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -175,6 +175,7 @@ home-manager = { extraSpecialArgs = { inherit inputs outputs; }; useGlobalPkgs = true; + backupFileExtension = "backup"; users = { dennis = import ../../home/darwin-work.nix; };