chore(arumi): some improvements
This commit is contained in:
parent
4bb358e611
commit
4fc46f66be
2 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
||||||
rustup
|
rustup
|
||||||
yt-dlp
|
yt-dlp
|
||||||
cloudflared
|
cloudflared
|
||||||
|
sshfs
|
||||||
|
sshpass
|
||||||
(python311.withPackages (ps: with ps; [
|
(python311.withPackages (ps: with ps; [
|
||||||
pipx
|
pipx
|
||||||
]))
|
]))
|
||||||
|
|
|
@ -124,6 +124,7 @@ in {
|
||||||
fish_add_path ~/.cargo/bin
|
fish_add_path ~/.cargo/bin
|
||||||
fish_add_path ~/.bun/bin
|
fish_add_path ~/.bun/bin
|
||||||
fish_add_path ~/.deno/bin
|
fish_add_path ~/.deno/bin
|
||||||
|
fish_add_path ./node_modules/.bin
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue