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: {
|
||||
environment.systemPackages = [ pkgs.weechat ];
|
||||
|
||||
self: super: {
|
||||
weechat = super.weechat.override {
|
||||
configure = { availablePlugins, ... }: {
|
||||
scripts = with super.weechatScripts; [
|
||||
weechat-matrix
|
||||
weechat-go
|
||||
weechat-notify-send
|
||||
];
|
||||
scripts = with super.weechatScripts; [
|
||||
weechat-matrix
|
||||
weechat-go
|
||||
weechat-notify-send
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue