Archived
1
0

fix: add backup suffix for home-manager

This commit is contained in:
Guz
2024-09-09 16:54:44 -03:00
parent 9e1e4f4221
commit 71699b380e

View File

@@ -18,6 +18,7 @@
profiles.locale.enable = true;
home-manager.backupFileExtension = "backup~";
home-manager.extraSpecialArgs = {inherit inputs;};
users.users."guz" = {
shell = pkgs.zsh;