add an alias for rebuilding the system

This commit is contained in:
Andreas Zweili 2021-12-16 20:22:03 +01:00
parent 4eee73a1ee
commit b17acd07a8
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
tmux
];
home.shellAliases = {
dist-upgrade = "sudo nixos-rebuild switch -j auto";
};
programs.vim = {
enable = true;
settings = {