some ctf programs
This commit is contained in:
parent
b0c97ef755
commit
4e816ffd69
|
@ -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; [
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
file
|
file
|
||||||
patchelf
|
patchelf
|
||||||
gdb
|
gdb
|
||||||
|
p7zip
|
||||||
|
unzip
|
||||||
|
|
||||||
(python3.withPackages (p: with p; [
|
(python3.withPackages (p: with p; [
|
||||||
virtualenvwrapper
|
virtualenvwrapper
|
||||||
|
|
Loading…
Reference in New Issue