Add sync-and-shutdown alias

This commit is contained in:
Evie Litherland-Smith 2024-10-27 07:14:55 +00:00
parent 150d16c150
commit 97ff8ec100

View file

@ -7,6 +7,7 @@
];
home.shellAliases = {
sync-all = "sync-emacs; sync-git; vdirsyncer sync; mbsync -a";
sync-and-shutdown = "sudo nixos-rebuild boot && sync-all && shutdown now";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";
};