This commit is contained in:
caandt 2024-09-23 01:32:46 -05:00
parent 830cb86644
commit 744b720b9b

View file

@ -52,7 +52,10 @@ in
alsa-utils
libnotify
python3
(python311.withPackages (python-pkgs: [
python-pkgs.pwntools
python-pkgs.angr
]))
gnumake
coq
coqPackages.coqide
@ -70,9 +73,7 @@ in
gdb
pwndbg
(cutter.withPlugins (ps: with ps; [ jsdec rz-ghidra sigdb ]))
pwntools
python311Packages.pwntools
python311Packages.angr
ghidra-bin
];
xdg.configFile.alacritty.source = mkln "config/alacritty";
xdg.configFile.awesome.source = mkln "config/awesome";