add some packages

This commit is contained in:
xenia 2025-02-16 16:58:08 +01:00
parent 927eb91933
commit 0b323bcfda
2 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,7 @@ in rec {
numpy matplotlib sympy scipy pandas jupyter soundfile numpy matplotlib sympy scipy pandas jupyter soundfile
pygame pygame
# pwntools # pwntools
z3 tqdm tqdm
pyusb usbtmc pyusb usbtmc
ipython mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; })) ipython mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))
])) ]))

View File

@ -8,6 +8,9 @@
wireguard-tools wireguard-tools
cifs-utils cifs-utils
sshfs sshfs
rmapi
transmission_4-qt
vlc
]) ++ (with pkgs; [ ]) ++ (with pkgs; [
prismlauncher prismlauncher
]); ]);