Add some new packages
This commit is contained in:
parent
5d596e2296
commit
f53a8cc23a
|
@ -35,7 +35,8 @@ in rec {
|
||||||
gleam erlang
|
gleam erlang
|
||||||
ghc
|
ghc
|
||||||
( python311.withPackages (ps: with ps; [
|
( python311.withPackages (ps: with ps; [
|
||||||
numpy matplotlib sympy scipy pandas jupyter
|
numpy matplotlib sympy scipy pandas jupyter soundfile
|
||||||
|
pygame
|
||||||
# pwntools
|
# pwntools
|
||||||
z3 tqdm
|
z3 tqdm
|
||||||
pyusb usbtmc
|
pyusb usbtmc
|
||||||
|
|
|
@ -65,6 +65,8 @@
|
||||||
binutils
|
binutils
|
||||||
coreutils
|
coreutils
|
||||||
|
|
||||||
|
lsof file traceroute
|
||||||
|
|
||||||
home-manager
|
home-manager
|
||||||
git # for home-manager
|
git # for home-manager
|
||||||
];
|
];
|
||||||
|
|
|
@ -60,5 +60,8 @@ in
|
||||||
thunderbird
|
thunderbird
|
||||||
glxinfo
|
glxinfo
|
||||||
start-plasma-shortcut
|
start-plasma-shortcut
|
||||||
|
remmina
|
||||||
|
libreoffice
|
||||||
|
kicad-small
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user