summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 00:37:08 +0200
committerAlan Pearce2024-05-12 00:37:08 +0200
commit3560af9f16d68fb10fac4a6c07d1aafb1a0a74e3 (patch)
treef93dc21ca8a8ec04375a8d336ecd3daad5b616b7 /user/settings/shell.nix
parent2814fb1ea26bbfe4d37a3d625713becb7f7c065a (diff)
downloadnixfiles-3560af9f16d68fb10fac4a6c07d1aafb1a0a74e3.tar.lz
nixfiles-3560af9f16d68fb10fac4a6c07d1aafb1a0a74e3.tar.zst
nixfiles-3560af9f16d68fb10fac4a6c07d1aafb1a0a74e3.zip
use nh for all relevant rebuild operations
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 5358f618..49810a5f 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -117,8 +117,8 @@ in
       grup = "git rup";
 
       ho = "home-manager";
-      hob = "home-manager build";
-      hos = "home-manager switch -b hm_bak_$(date +%Y%m%d%H%M)";
+      hob = "nh home build";
+      hos = "nh home switch -b hm_bak_$(date +%Y%m%d%H%M)";
       hon = "home-manager news";
       hoh = "home-manager help";
       hop = "home-manager packages";