summary refs log tree commit diff stats
path: root/user/settings/nixos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/nixos.nix')
-rw-r--r--user/settings/nixos.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix
index c6b50263..862ccdf5 100644
--- a/user/settings/nixos.nix
+++ b/user/settings/nixos.nix
@@ -5,9 +5,8 @@
   ];
 
   home.shellAliases = {
-    srb = "nh os";
-    rbs = "nh os switch";
-    rbb = "nh os boot";
+    rbs = "nixos-rebuild switch --flake '.?submodules=1'";
+    rbb = "nixos-rebuild boot --flake '.?submodules=1'";
     rbr = "nixos-rebuild switch --rollback";
   };
 }