Add weechat package
This commit is contained in:
parent
6075931eb0
commit
67c4e5acff
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
self: super:
|
||||
{
|
||||
environment.systemPackages = [ weechat ];
|
||||
|
||||
environment.systemPackages = [ pkgs.weechat ];
|
||||
|
||||
weechat = super.weechat.override {
|
||||
configure = { availablePlugins, ... }: {
|
||||
scripts = with super.weechatScripts; [
|
||||
|
|
Loading…
Reference in a new issue