mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
users/kat/base: Added perl + highmon to weechat
This commit is contained in:
parent
da30c5e05c
commit
03b1571408
2 changed files with 19 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue