{ pkgs, ... }: { config = { home.packages = with pkgs; [ wireshark ]; }; }