Add alias for home-manager switch

This commit is contained in:
Andreas Zweili 2023-11-29 09:49:41 +01:00
parent add1d23349
commit 96bc5e4fac
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
shellAliases = {
work-management = "mosh --ssh='ssh -i ~/.ssh/zweili.key' zweili@10.49.0.100 -- tmux new -A -s 0";
work-vm = ''ssh andreas@localhost -p 2222 -t "$@" "tmux new -A -s 0"'';
hm-rebuild = "home-manager switch |& nom";
};
};
};