mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
feat(weechat): max nix prefix
This commit is contained in:
@@ -31,6 +31,7 @@ in {
|
|||||||
settings = let nick = "kmein"; in {
|
settings = let nick = "kmein"; in {
|
||||||
weechat = {
|
weechat = {
|
||||||
look.mouse = true;
|
look.mouse = true;
|
||||||
|
look.prefix_align_max = 15;
|
||||||
color.chat_nick_colors = lib.lists.subtractLists (lib.range 52 69 ++ lib.range 231 248) (lib.range 31 254);
|
color.chat_nick_colors = lib.lists.subtractLists (lib.range 52 69 ++ lib.range 231 248) (lib.range 31 254);
|
||||||
look.highlight_tags = [
|
look.highlight_tags = [
|
||||||
"irc_notice+nick_niveum"
|
"irc_notice+nick_niveum"
|
||||||
|
|||||||
Reference in New Issue
Block a user