11 lines
No EOL
282 B
Nix
11 lines
No EOL
282 B
Nix
self: super: {
|
|
weechat = super.weechat.override {
|
|
configure = { availablePlugins, ... }: {
|
|
scripts = with super.weechatScripts; [
|
|
weechat-matrix
|
|
weechat-go
|
|
weechat-notify-send
|
|
];
|
|
};
|
|
};
|
|
} |