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