{ pkgs, ... }: { environment.systemPackages = with pkgs; [ ansible bpftools dict encfs enscript expect fio fortune ghostscript imagemagick inxi iotop ipcalc iperf jq mutt poppler_utils powertop qrencode radeontop speedtest-cli sshfs (weechat.override { configure = { availablePlugins, ...}: { plugins = with availablePlugins; [ (perl.withPackages(p: [ p.PodParser ])) ] ++ [ python ]; }; }) ]; }