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