home: tmux: set terminal to screen-256color
This commit is contained in:
parent
08beb20033
commit
845b1c5c4e
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue