1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: global tmux wrecked weechat

This commit is contained in:
2022-01-04 21:42:50 +01:00
parent 508ed2f573
commit bee1389d7f
2 changed files with 5 additions and 2 deletions

View File

@@ -34,7 +34,10 @@ in {
color.chat_nick_colors = lib.lists.subtractLists (lib.range 52 69 ++ lib.range 231 248) (lib.range 31 254);
};
irc = {
look.server_buffer = "independent";
look = {
server_buffer = "independent";
color_nicks_in_nicklist = true;
};
server_default = {
nicks = nick;
msg_part = "tschö mit ö";
@@ -145,6 +148,7 @@ in {
preStop = "${tmux} kill-session -t IM";
serviceConfig = {
User = "weechat";
Group = "weechat";
RemainAfterExit = true;
Type = "oneshot";
};