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;
binary = let
weechat = pkgs.weechat.override {
configure = _: {
scripts = with pkgs.weechatScripts; [
autosort
highmon
];
};
};
in "${weechat}/bin/weechat-headless";
};