From 06b908a2e477e7bf406e612b957cca17ea57e985 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Fri, 22 May 2026 06:03:40 +0800 Subject: [PATCH] chore: Allow home-manager overwrite backup file --- nixos/modules/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/home.nix b/nixos/modules/home.nix index 9e0f7cb..222697c 100644 --- a/nixos/modules/home.nix +++ b/nixos/modules/home.nix @@ -55,6 +55,7 @@ inherit (pkgs) system; }; backupFileExtension = "backup"; + overwriteBackup = true; sharedModules = [outputs.homeModules.default]; }; };