{ pkgs, ... }: { environment.systemPackages = with pkgs; [ ansible aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science 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 ]; scripts = with pkgs.weechatScripts; [ wee-slack ]; }; }) ]; }