24fd1fe6 IB |
1 | self: super: { |
2 | weechat = super.weechat.override { |
3 | configure = { availablePlugins, ... }: { |
4 | plugins = with self; with availablePlugins; [ |
2bcc666f |
5 | (python.withPackages (ps: with ps; [websocket_client emoji])) |
24fd1fe6 IB |
6 | perl |
7 | ruby |
8 | ]; |
9 | }; |
10 | }; |
11 | |
12 | } |