Add bash aliases
This commit is contained in:
parent
caa18d380d
commit
a266621e1c
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue