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