commit 7a42ecdf326faabb4c3fc67ac74430b60060ef7b parent 290cb1b5a44cafc1ea68819955370fb790ead417 Author: William Casarin <jb55@jb55.com> Date: Mon, 28 Jun 2021 08:36:49 -0700 weechat: add matrix Diffstat:
M | nix-config/nixpkgs/config.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-config/nixpkgs/config.nix b/nix-config/nixpkgs/config.nix @@ -59,7 +59,7 @@ in { }); weechat = super.weechat.override {configure = {availablePlugins, ...}: { - scripts = with super.weechatScripts; [ wee-slack ]; + scripts = with super.weechatScripts; [ wee-slack weechat-matrix ]; }; };