fix: add another missing semicolon

This commit is contained in:
EinEtwas 2024-10-13 20:12:52 +02:00
parent 872d62b4bd
commit 9b7a6586ca

View file

@ -4,6 +4,6 @@
programs.zsh.ohMyZsh.theme = "agnoster";
environment.shellAliases = {
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'"
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
};
}