1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00
This commit is contained in:
TheGeneralist 2026-02-14 12:39:04 +01:00
parent 90b8ac5250
commit c003878c6e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -36,6 +36,7 @@ in
nodejs nodejs
nodePackages."sass" nodePackages."sass"
pnpm_9
] ]
++ optionals config.onLinux [ ++ optionals config.onLinux [
#gcc_multi #gcc_multi
@ -64,10 +65,13 @@ in
}; };
# TODO: the two from the last (below) should be somehow moved to their own files # TODO: the two from the last (below) should be somehow moved to their own files
home.sessionVariables.PNPM_HOME = "$HOME/Library/pnpm";
home.sessionPath = [ home.sessionPath = [
"node_modules/.bin" "node_modules/.bin"
"/opt/homebrew/bin" "/opt/homebrew/bin"
"$HOME/.npm-packages/bin" "$HOME/.npm-packages/bin"
"$PNPM_HOME"
]; ];
} }
]; ];