From 4e816ffd697a48ca9dbb4e7e4edd68d389c4ccc4 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Tue, 1 Apr 2025 16:50:04 -0700 Subject: [PATCH] some ctf programs --- configuration-desktop.nix | 2 ++ configuration.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configuration-desktop.nix b/configuration-desktop.nix index 00cc13f..649c1fb 100644 --- a/configuration-desktop.nix +++ b/configuration-desktop.nix @@ -33,6 +33,8 @@ programs = { firefox.enable = true; kdeconnect.enable = true; + wireshark.enable = true; + wireshark.package = pkgs.wireshark; }; environment.systemPackages = with pkgs; [ diff --git a/configuration.nix b/configuration.nix index e0a4ee7..acd338f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -35,6 +35,8 @@ file patchelf gdb + p7zip + unzip (python3.withPackages (p: with p; [ virtualenvwrapper