summary refs log tree commit diff stats
path: root/user
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
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')
-rw-r--r--user/settings/darwin.nix4
-rw-r--r--user/settings/nixos.nix6
-rw-r--r--user/settings/shell.nix4
3 files changed, 7 insertions, 7 deletions
diff --git a/user/settings/darwin.nix b/user/settings/darwin.nix
index cabba2c3..acb0697b 100644
--- a/user/settings/darwin.nix
+++ b/user/settings/darwin.nix
@@ -113,8 +113,8 @@
   };
 
   home.shellAliases = {
-    rb = "nh os";
-    rbs = "nh os switch";
+    rb = "darwin-rebuild";
+    rbs = "darwin-rebuild switch";
 
     dig = "dig +noall +answer";
 
diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix
index c6b50263..05b87333 100644
--- a/user/settings/nixos.nix
+++ b/user/settings/nixos.nix
@@ -5,9 +5,9 @@
   ];
 
   home.shellAliases = {
-    srb = "nh os";
-    rbs = "nh os switch";
-    rbb = "nh os boot";
+    srb = "nixos-rebuild";
+    rbs = "nixos-rebuild switch";
+    rbb = "nixos-rebuild boot";
     rbr = "nixos-rebuild switch --rollback";
   };
 }
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";