python
This commit is contained in:
parent
830cb86644
commit
744b720b9b
9
home.nix
9
home.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue