{ pkgs, ... }:

{

  environment.systemPackages = with pkgs; [
    tcpdump # for remote wireshark
  ];

}