fix: weechat set up #52

Merged
chef merged 1 commit from fix-weechat into main 2024-07-02 15:06:57 +00:00
Showing only changes of commit 55826afb54 - Show all commits

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";
};