summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-17 16:29:10 +0200
committerAlan Pearce2024-05-17 16:29:10 +0200
commit1bf2bcbef0ec4f2333b88b976eaeabd9dba31242 (patch)
tree870034bf028c296406dabfaf82df339582f56a4a /user/settings/shell.nix
parentda04b1c6dd13af0dbada0d77ff195ab5e99eed5e (diff)
downloadnixfiles-1bf2bcbef0ec4f2333b88b976eaeabd9dba31242.tar.lz
nixfiles-1bf2bcbef0ec4f2333b88b976eaeabd9dba31242.tar.zst
nixfiles-1bf2bcbef0ec4f2333b88b976eaeabd9dba31242.zip
disable `nh` aliases for better interoperability with deflake branch
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 49810a5f..5358f618 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -117,8 +117,8 @@ in
       grup = "git rup";
 
       ho = "home-manager";
-      hob = "nh home build";
-      hos = "nh home switch -b hm_bak_$(date +%Y%m%d%H%M)";
+      hob = "home-manager build";
+      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";