mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
add pnpm
This commit is contained in:
parent
90b8ac5250
commit
c003878c6e
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ in
|
|||
|
||||
nodejs
|
||||
nodePackages."sass"
|
||||
pnpm_9
|
||||
]
|
||||
++ optionals config.onLinux [
|
||||
#gcc_multi
|
||||
|
|
@ -64,10 +65,13 @@ in
|
|||
};
|
||||
|
||||
# TODO: the two from the last (below) should be somehow moved to their own files
|
||||
home.sessionVariables.PNPM_HOME = "$HOME/Library/pnpm";
|
||||
|
||||
home.sessionPath = [
|
||||
"node_modules/.bin"
|
||||
"/opt/homebrew/bin"
|
||||
"$HOME/.npm-packages/bin"
|
||||
"$PNPM_HOME"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue