Merge pull request 'fix: weechat set up' (#52) from fix-weechat into main
Reviewed-on: #52
This commit is contained in:
commit
59d9caca26
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