fix: add another missing semicolon
This commit is contained in:
parent
872d62b4bd
commit
9b7a6586ca
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
programs.zsh.ohMyZsh.theme = "agnoster";
|
programs.zsh.ohMyZsh.theme = "agnoster";
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'"
|
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue