Merge pull request 'fix: weechat set up' (#52) from fix-weechat into main

Reviewed-on: #52
This commit is contained in:
buffet 2024-07-02 15:06:57 +00:00
commit 59d9caca26

View file

@ -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";
}; };