test
This commit is contained in:
parent
2c87d2eeec
commit
c7353b3cc3
1 changed files with 11 additions and 10 deletions
|
@ -1,12 +1,13 @@
|
||||||
self: super:
|
{ pkgs, ... }: self: super: {
|
||||||
{
|
environment.systemPackages = [ pkgs.weechat ];
|
||||||
weechat = super.weechat.override {
|
|
||||||
configure = { availablePlugins, ... }: {
|
weechat = super.weechat.override {
|
||||||
scripts = with super.weechatScripts; [
|
configure = { availablePlugins, ... }: {
|
||||||
weechat-matrix
|
scripts = with super.weechatScripts; [
|
||||||
weechat-go
|
weechat-matrix
|
||||||
weechat-notify-send
|
weechat-go
|
||||||
];
|
weechat-notify-send
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue