diff --git a/home/common/cli/fish.nix b/home/common/cli/fish.nix index 257d524..9cf5009 100644 --- a/home/common/cli/fish.nix +++ b/home/common/cli/fish.nix @@ -100,8 +100,8 @@ hm = "home-manager"; hmreload = "cd ~/nix-config && home-manager switch --flake .#(whoami)@(hostname) && cd -"; hminplace = "home-manager switch --flake .#(whoami)@(hostname)"; - nsreload = "cd ~/nix-config && sudo nixos-rebuild switch --flake ."; - nsinplace = "sudo nixos-rebuild switch --flake ."; + nmreload = "cd ~/nix-config && sudo nixos-rebuild switch --flake ."; + nminplace = "sudo nixos-rebuild switch --flake ."; }; plugins = [