From 1fb7f39056c0accca46e844062630f920e6a36e3 Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 4 May 2026 06:21:19 -0800 Subject: [PATCH] wip --- nixos/system/home/shared.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 83db851..956eaa2 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -57,6 +57,7 @@ in { programs = { home-manager.enable = true; + home-manager.backupFileExtension = "backup"; nix-index.enable = true; nix-index.enableZshIntegration = true; nix-index-database.comma.enable = true;