From 4507b52ca1be37194bc360c8397f7d5694c91736 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 8 Jan 2025 12:11:30 -0800 Subject: [PATCH] Fix: Backup file extension collision --- dotfiles/systems/desktop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/systems/desktop/configuration.nix b/dotfiles/systems/desktop/configuration.nix index 8ed120cf..09bb34ce 100644 --- a/dotfiles/systems/desktop/configuration.nix +++ b/dotfiles/systems/desktop/configuration.nix @@ -7,6 +7,7 @@ ./theme.nix ]; + home-manager.backupFileExtension = "2025-08-01"; home-manager.users."${sys.username}" = { nixGL = { vulkan.enable = true;