From 7518c0f89315e05bd70235c8f02052b90e06a330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 18 Jan 2022 21:30:52 +0100 Subject: [PATCH] feat(weechat): max nix prefix --- systems/makanek/weechat.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/makanek/weechat.nix b/systems/makanek/weechat.nix index b9fe377..9956c4d 100644 --- a/systems/makanek/weechat.nix +++ b/systems/makanek/weechat.nix @@ -31,6 +31,7 @@ in { settings = let nick = "kmein"; in { weechat = { 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); look.highlight_tags = [ "irc_notice+nick_niveum"