some ctf programs

This commit is contained in:
Audrey 2025-04-01 16:50:04 -07:00
parent b0c97ef755
commit 4e816ffd69
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@
programs = {
firefox.enable = true;
kdeconnect.enable = true;
wireshark.enable = true;
wireshark.package = pkgs.wireshark;
};
environment.systemPackages = with pkgs; [

View File

@ -35,6 +35,8 @@
file
patchelf
gdb
p7zip
unzip
(python3.withPackages (p: with p; [
virtualenvwrapper