diff --git a/home.nix b/home.nix index 2facc07..b9a00b8 100644 --- a/home.nix +++ b/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";