change nixos directory to nixconf to match repo name

added nano --> nvim alias
added serverswitch alias to rebuild server config
This commit is contained in:
Gabriella Bere 2024-09-06 19:54:18 +01:00
parent a587e8b0f6
commit 12d3cb26b6
2 changed files with 4 additions and 2 deletions

View file

@ -10,10 +10,12 @@
shellAliases = {
ls = "eza -lh";
ip = "ip --color=auto";
nano = "nvim";
# Aliases for my nixos workflow, requires nh and home-manager
switch = "nh os switch";
homeswitch = "home-manager switch --flake /home/blue/nixos |& nom";
homeswitch = "home-manager switch --flake /home/blue/nixconf |& nom";
serverswitch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo";
};
plugins = with pkgs; [