Compare commits
2 commits
62ae90a717
...
59d9caca26
Author | SHA1 | Date | |
---|---|---|---|
59d9caca26 | |||
55826afb54 |
1 changed files with 6 additions and 4 deletions
|
@ -6,11 +6,13 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
binary = let
|
binary = let
|
||||||
weechat = pkgs.weechat.override {
|
weechat = pkgs.weechat.override {
|
||||||
|
configure = _: {
|
||||||
scripts = with pkgs.weechatScripts; [
|
scripts = with pkgs.weechatScripts; [
|
||||||
autosort
|
autosort
|
||||||
highmon
|
highmon
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
in "${weechat}/bin/weechat-headless";
|
in "${weechat}/bin/weechat-headless";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue