diff --git a/hosts/ami/weechat.nix b/hosts/ami/weechat.nix index 6959737..2a269d1 100644 --- a/hosts/ami/weechat.nix +++ b/hosts/ami/weechat.nix @@ -6,10 +6,12 @@ in { enable = true; binary = let weechat = pkgs.weechat.override { - scripts = with pkgs.weechatScripts; [ - autosort - highmon - ]; + configure = _: { + scripts = with pkgs.weechatScripts; [ + autosort + highmon + ]; + }; }; in "${weechat}/bin/weechat-headless"; };