fix(backup): instruct home-manager to backup files using a timestamp to avoid collisions
This commit is contained in:
@@ -40,5 +40,5 @@
|
||||
# enable home-manager globally
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.backupFileExtension = "backup";
|
||||
home-manager.backupCommand = "mv -f {file} {file}.hm-bak-$(date +%Y%m%d%H%M%S)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user