1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

Compare commits

..

No commits in common. "6d6c3975f54076349a4e9d20e2b02a050c55b73f" and "71d2834c1dcc4e913d373d2507c15dc8f06a7f19" have entirely different histories.

View file

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