home: tmux: set terminal to screen-256color

This commit is contained in:
Antoine Martin 2021-04-22 00:27:34 +02:00
parent 08beb20033
commit 845b1c5c4e

View file

@ -10,5 +10,6 @@ in
config.programs.tmux = lib.mkIf cfg.enable { config.programs.tmux = lib.mkIf cfg.enable {
enable = true; enable = true;
baseIndex = 1; baseIndex = 1;
terminal = "screen-256color";
}; };
} }