some ctf programs
This commit is contained in:
parent
b0c97ef755
commit
4e816ffd69
|
@ -33,6 +33,8 @@
|
|||
programs = {
|
||||
firefox.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
wireshark.enable = true;
|
||||
wireshark.package = pkgs.wireshark;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
file
|
||||
patchelf
|
||||
gdb
|
||||
p7zip
|
||||
unzip
|
||||
|
||||
(python3.withPackages (p: with p; [
|
||||
virtualenvwrapper
|
||||
|
|
Loading…
Reference in New Issue