{pkgs, ...}: { programs.wireshark = { enable = true; package = pkgs.wireshark; usbmon.enable = true; }; }