fix: weechat set up #52
1 changed files with 6 additions and 4 deletions
|
@ -6,10 +6,12 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
binary = let
|
binary = let
|
||||||
weechat = pkgs.weechat.override {
|
weechat = pkgs.weechat.override {
|
||||||
scripts = with pkgs.weechatScripts; [
|
configure = _: {
|
||||||
autosort
|
scripts = with pkgs.weechatScripts; [
|
||||||
highmon
|
autosort
|
||||||
];
|
highmon
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in "${weechat}/bin/weechat-headless";
|
in "${weechat}/bin/weechat-headless";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue