chore(arumi): some improvements

This commit is contained in:
alina 🌸 2024-09-15 13:00:45 +03:00
parent 4bb358e611
commit 4fc46f66be
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 3 additions and 0 deletions

View file

@ -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
])) ]))

View file

@ -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
''; '';
}; };