Add bash aliases

This commit is contained in:
Tom 2024-08-09 10:11:45 +02:00
parent caa18d380d
commit a266621e1c
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@
};
qemuGuest.enable = true;
};
programs.bash.shellAliases = {
update = "sudo cd /etc/nixos && git pull && nixos-rebuild switch";
};
# leave installation default
system.stateVersion = "24.05"; # Did you read the comment?