home: tmux: set terminal to screen-256color
This commit is contained in:
parent
08beb20033
commit
845b1c5c4e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue