From afd061bec3bc7221931119d3ea55fa808eef9dcb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 Jan 2025 17:24:24 +0100 Subject: remove nh --- user/settings/nixos.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'user/settings/nixos.nix') 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"; }; } -- cgit 1.4.1