python
This commit is contained in:
parent
830cb86644
commit
744b720b9b
9
home.nix
9
home.nix
|
|
@ -52,7 +52,10 @@ in
|
||||||
alsa-utils
|
alsa-utils
|
||||||
libnotify
|
libnotify
|
||||||
|
|
||||||
python3
|
(python311.withPackages (python-pkgs: [
|
||||||
|
python-pkgs.pwntools
|
||||||
|
python-pkgs.angr
|
||||||
|
]))
|
||||||
gnumake
|
gnumake
|
||||||
coq
|
coq
|
||||||
coqPackages.coqide
|
coqPackages.coqide
|
||||||
|
|
@ -70,9 +73,7 @@ in
|
||||||
gdb
|
gdb
|
||||||
pwndbg
|
pwndbg
|
||||||
(cutter.withPlugins (ps: with ps; [ jsdec rz-ghidra sigdb ]))
|
(cutter.withPlugins (ps: with ps; [ jsdec rz-ghidra sigdb ]))
|
||||||
pwntools
|
ghidra-bin
|
||||||
python311Packages.pwntools
|
|
||||||
python311Packages.angr
|
|
||||||
];
|
];
|
||||||
xdg.configFile.alacritty.source = mkln "config/alacritty";
|
xdg.configFile.alacritty.source = mkln "config/alacritty";
|
||||||
xdg.configFile.awesome.source = mkln "config/awesome";
|
xdg.configFile.awesome.source = mkln "config/awesome";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue