profiles/tmux: set terminal to screen-256color

This commit is contained in:
Infinidoge 2021-11-03 12:36:34 -04:00
parent 36beb3e606
commit 627773c552

View file

@ -2,5 +2,6 @@
programs.tmux = {
enable = true;
clock24 = true;
terminal = "screen-256color";
};
}