h: disable weepushover for now

This commit is contained in:
Aaron Bieber 2022-10-01 07:17:25 -06:00
parent 69b6bd50a4
commit 5307606d0e
No known key found for this signature in database

View File

@ -41,7 +41,8 @@ in {
(self: super: {
weechat = super.weechat.override {
configure = { availablePlugins, ... }: {
scripts = with super.weechatScripts; [ highmon weepushover ];
#scripts = with super.weechatScripts; [ highmon weepushover ];
scripts = with super.weechatScripts; [ highmon ];
};
};
})