From e2aafcdaf3bf77ed108f05ef447873f770262953 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Thu, 13 Jul 2023 09:39:52 +0300 Subject: [PATCH] pnpm paths --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6d89471..aa06a31 100644 --- a/configuration.nix +++ b/configuration.nix @@ -86,6 +86,7 @@ ]; variables = { EDITOR = "nvim"; + PNPM_HOME = "$HOME/.local/share/pnpm"; }; shells = with pkgs; [zsh]; etc = { @@ -132,7 +133,7 @@ home-manager.users.ivand = {lib, ...}: { home = { stateVersion = "23.05"; - sessionPath = ["$HOME/.local/bin/"]; + sessionPath = ["$HOME/.local/bin/" "$HOME/.local/share/pnpm"]; pointerCursor = { name = "Bibata-Modern-Amber"; package = pkgs.bibata-cursors;