mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
set pnpm home per OS
This commit is contained in:
parent
82173db312
commit
08d7a88fd8
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ in
|
|||
};
|
||||
|
||||
# TODO: the two from the last (below) should be somehow moved to their own files
|
||||
home.sessionVariables.PNPM_HOME = "$HOME/Library/pnpm";
|
||||
home.sessionVariables.PNPM_HOME =
|
||||
if config.inDarwin then "$HOME/Library/pnpm" else "$HOME/.local/share/pnpm";
|
||||
|
||||
home.sessionPath = [
|
||||
"node_modules/.bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue