h: disable weepushover for now
This commit is contained in:
parent
69b6bd50a4
commit
5307606d0e
@ -41,7 +41,8 @@ in {
|
|||||||
(self: super: {
|
(self: super: {
|
||||||
weechat = super.weechat.override {
|
weechat = super.weechat.override {
|
||||||
configure = { availablePlugins, ... }: {
|
configure = { availablePlugins, ... }: {
|
||||||
scripts = with super.weechatScripts; [ highmon weepushover ];
|
#scripts = with super.weechatScripts; [ highmon weepushover ];
|
||||||
|
scripts = with super.weechatScripts; [ highmon ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user