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