change nixos aliases
This commit is contained in:
parent
9373febdb6
commit
36f3fe395b
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue