summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 61db286..838df28 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -88,6 +88,12 @@ in
       gdb = true;
     };
 
+    wireshark = {
+      enable = true;
+      dumpcap.enable = true;
+      usbmon.enable = true;
+    };
+
     adb.enable = true;
 
     gnupg.agent = {