fix: weechat set up
This commit is contained in:
parent
62ae90a717
commit
55826afb54
1 changed files with 6 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue