feat: add os-update alias

This commit is contained in:
EinEtwas 2024-10-13 20:11:04 +02:00
parent b1c545ab07
commit e345b77028

View file

@ -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'"
}
}