feat: add os-update alias
This commit is contained in:
parent
b1c545ab07
commit
e345b77028
1 changed files with 4 additions and 0 deletions
|
|
@ -2,4 +2,8 @@
|
|||
programs.zsh.enable = true;
|
||||
programs.zsh.ohMyZsh.enable = true;
|
||||
programs.zsh.ohMyZsh.theme = "agnoster";
|
||||
|
||||
environment.shellAliases = {
|
||||
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue