mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
Compare commits
6 commits
71d2834c1d
...
6d6c3975f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d6c3975f5 | |||
| 4026c0fc2a | |||
| 08d7a88fd8 | |||
| 82173db312 | |||
| fc61b452da | |||
| c003878c6e |
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ in
|
|||
|
||||
nodejs
|
||||
nodePackages."sass"
|
||||
pnpm_9
|
||||
]
|
||||
++ optionals config.onLinux [
|
||||
#gcc_multi
|
||||
|
|
@ -64,10 +65,14 @@ 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"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue