diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 9352145..f5906d9 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -59,6 +59,4 @@ starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true; }; - - environment.pathsToLink = [ "/share/zsh" ]; }