users/kat/base: Added perl + highmon to weechat

This commit is contained in:
kat witch 2021-05-22 00:57:59 +01:00
parent da30c5e05c
commit 03b1571408
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 19 additions and 15 deletions

View file

@ -21,6 +21,9 @@ with lib;
enable = true;
packages = [ "weechat-matrix" ];
};
plugins.perl = {
enable = true;
};
scripts = with pkgs.weechatScripts; [
go
auto_away
@ -32,6 +35,7 @@ with lib;
weechat-matrix
weechat-notify-send
title
highmon
];
config = with mapAttrs (_: toString) pkgs.base16.shell.shell256; {
logger.level.irc = 0;