From c0adc4b8e20b2594a6bc655db7795d85a18c34cf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 29 Apr 2024 21:49:48 +0200 Subject: home-manager: automatically move files that are in the way --- user/settings/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 2f283bbc..d1f7edf8 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -118,7 +118,7 @@ in ho = "home-manager"; hob = "home-manager build"; - hos = "home-manager switch"; + hos = "home-manager switch -b hm_bak_$(date +%Y%m%d%H%M)"; hon = "home-manager news"; hoh = "home-manager help"; hop = "home-manager packages"; -- cgit 1.4.1