fix: add home-manager backup extension and remove memo from brews

This commit is contained in:
2026-04-11 01:09:15 +08:00
parent 7f2605ac01
commit 5a3013810c
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ let
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "backup";
extraSpecialArgs = {
inherit inputs username;
};