Skip to content

Commit 7127170

Browse files
committed
more tools
1 parent e014038 commit 7127170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/home/common.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
(nodePackages.pnpm.override {
2929
nodejs = nodejs_22;
3030
})
31+
bun
32+
pnpm
3133
# python
3234

3335
python3
@@ -160,6 +162,7 @@
160162
home.sessionPath =
161163
[
162164
"${config.home.homeDirectory}/.npm-packages/bin"
165+
"${config.home.homeDirectory}/.cache/.bun/bin"
163166
"${config.home.homeDirectory}/.cargo/bin"
164167
"${config.home.homeDirectory}/dotfiles/scripts"
165168
]

0 commit comments

Comments
 (0)