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