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