pnpm paths

This commit is contained in:
Ivan Dimitrov 2023-07-13 09:39:52 +03:00
parent 38bd2a3a59
commit e2aafcdaf3

View File

@ -86,6 +86,7 @@
]; ];
variables = { variables = {
EDITOR = "nvim"; EDITOR = "nvim";
PNPM_HOME = "$HOME/.local/share/pnpm";
}; };
shells = with pkgs; [zsh]; shells = with pkgs; [zsh];
etc = { etc = {
@ -132,7 +133,7 @@
home-manager.users.ivand = {lib, ...}: { home-manager.users.ivand = {lib, ...}: {
home = { home = {
stateVersion = "23.05"; stateVersion = "23.05";
sessionPath = ["$HOME/.local/bin/"]; sessionPath = ["$HOME/.local/bin/" "$HOME/.local/share/pnpm"];
pointerCursor = { pointerCursor = {
name = "Bibata-Modern-Amber"; name = "Bibata-Modern-Amber";
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;