add backup opt to home-manager

This commit is contained in:
alex 2024-07-20 10:00:02 -04:00
parent 714e3c9968
commit cb02335511
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.backupFileExtension = "backup";
home-manager.users.alex = import ./nixos76/alex/home.nix;
# Optionally, use home-manager.extraSpecialArgs to pass
# arguments to home.nix