diff --git a/modules/shell.nix b/modules/shell.nix index 09e6587..11c0eff 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -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'"; }; }