(weechat.override { configure = { availablePlugins, ... }: { plugins = with availablePlugins; [ (python.withPackages (_: [ weechat-matrix ])) ]; scripts = with weechatScripts; [ weechat-autosort weechat-matrix ]; }; }) weechatScripts.weechat-matrix