diff --git a/modules/common/neovim.nix b/modules/common/neovim.nix index 4230d2b..977009f 100644 --- a/modules/common/neovim.nix +++ b/modules/common/neovim.nix @@ -36,7 +36,6 @@ in nodejs nodePackages."sass" - pnpm_9 ] ++ optionals config.onLinux [ #gcc_multi @@ -65,14 +64,10 @@ in }; # TODO: the two from the last (below) should be somehow moved to their own files - home.sessionVariables.PNPM_HOME = - if config.isDarwin then "$HOME/Library/pnpm" else "$HOME/.local/share/pnpm"; - home.sessionPath = [ "node_modules/.bin" "/opt/homebrew/bin" "$HOME/.npm-packages/bin" - "$PNPM_HOME" ]; } ];