Add matrix (tuwunel) to nimbus

This commit is contained in:
Jan Kremer 2026-03-26 11:56:00 +01:00
parent 6413bbefba
commit f3bb93c783
No known key found for this signature in database
5 changed files with 67 additions and 1 deletions

View file

@ -7,7 +7,8 @@
home = {
shellAliases = {
"deploy" = "ssh -t galanthus 'cd ~/.config/nix; git pull --rebase; nh os switch'";
"deploy-galanthus" = "ssh -t galanthus 'cd ~/.config/nix; git pull --rebase; nh os switch'";
"deploy-nimbus" = "ssh -t nimbus 'cd ~/.config/nix; git pull --rebase; nh os switch'";
"mv" = "mv -i";
"rm" = "trash";
"zz" = "z -";