add nixos aliases to fish config

This commit is contained in:
insects 2024-08-10 14:14:55 +02:00
parent f581d08d7d
commit e8af84ad13

View file

@ -50,7 +50,8 @@
apt = "sudo apt";
doc = "sudo docker";
docker = "sudo docker";
systemctl = "sudo systemctl";
sctl = "sudo systemctl";
usctl = "systemctl --user";
doco = "sudo docker-compose";
# z is a weird key to hit frequently, j is much better
@ -99,6 +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 .";
};
plugins = [