diff --git a/hosts/h/default.nix b/hosts/h/default.nix index 9a81a0e..f62e870 100644 --- a/hosts/h/default.nix +++ b/hosts/h/default.nix @@ -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 ]; }; }; })