Compare commits

..

2 commits

Author SHA1 Message Date
59d9caca26 Merge pull request 'fix: weechat set up' (#52) from fix-weechat into main
Reviewed-on: #52
2024-07-02 15:06:57 +00:00
55826afb54 fix: weechat set up 2024-07-02 17:06:33 +02:00

View file

@ -6,10 +6,12 @@ in {
enable = true;
binary = let
weechat = pkgs.weechat.override {
scripts = with pkgs.weechatScripts; [
autosort
highmon
];
configure = _: {
scripts = with pkgs.weechatScripts; [
autosort
highmon
];
};
};
in "${weechat}/bin/weechat-headless";
};