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 = { programs = {
firefox.enable = true; firefox.enable = true;
kdeconnect.enable = true; kdeconnect.enable = true;
wireshark.enable = true;
wireshark.package = pkgs.wireshark;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View File

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