From 36f3fe395b1f55c453e5a58dea7873f064eb6c15 Mon Sep 17 00:00:00 2001 From: liv Date: Sat, 10 Aug 2024 19:30:45 +0200 Subject: [PATCH] change nixos aliases --- home/common/cli/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [