{ config, lib, pkgs, ... }: lib.mkIf config.jalr.gui.enable { programs.wireshark = { enable = true; package = pkgs.wireshark; }; }