fix: weechat set up

This commit is contained in:
buffet 2024-07-02 17:06:33 +02:00
parent 62ae90a717
commit 55826afb54

View file

@ -6,11 +6,13 @@ in {
enable = true; enable = true;
binary = let binary = let
weechat = pkgs.weechat.override { weechat = pkgs.weechat.override {
configure = _: {
scripts = with pkgs.weechatScripts; [ scripts = with pkgs.weechatScripts; [
autosort autosort
highmon highmon
]; ];
}; };
};
in "${weechat}/bin/weechat-headless"; in "${weechat}/bin/weechat-headless";
}; };