mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Set backup file extension for home-manager
Configured home-manager to use 'backup' as the backup file extension in both nixosConfigurations. This helps standardize backup file naming.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
||||
# User configuration
|
||||
home-manager.users.zeph = import ./home/home.nix;
|
||||
@@ -73,6 +74,7 @@
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
||||
# User configuration
|
||||
home-manager.users.zeph = import ./home/home.nix;
|
||||
|
||||
Reference in New Issue
Block a user