7 lines
122 B
Nix
7 lines
122 B
Nix
{pkgs, ...}: {
|
|
programs.wireshark = {
|
|
enable = true;
|
|
package = pkgs.wireshark;
|
|
usbmon.enable = true;
|
|
};
|
|
}
|