diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index c379735..79a413c 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -60,5 +60,8 @@ starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true; }; - environment.pathsToLink = [ "/share/zsh" ]; + environment = { + pathsToLink = [ "/share/zsh" ]; + shells = [ pkgs.zsh ]; + }; }