{ config, pkgs, ... }: {
  environment.systemPackages = with pkgs; [
    weechat
    weechatScripts.weechat-matrix
  ];
}