hosts: homes: mousqueton: use 'trueColorTerminals'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Ah, much better with an actual option for this :-).
This commit is contained in:
parent
3a1ccea142
commit
42ab12179e
|
@ -20,8 +20,6 @@
|
||||||
# I use scripts that use the passthrough sequence often on this host
|
# I use scripts that use the passthrough sequence often on this host
|
||||||
my.home.tmux.enablePassthrough = true;
|
my.home.tmux.enablePassthrough = true;
|
||||||
|
|
||||||
programs.tmux.extraConfig = ''
|
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
|
||||||
# Setup 24-bit color explicitly, as the default terminfo entry does not
|
my.home.tmux.trueColorTerminals = [ "xterm-256color" ];
|
||||||
set-option -sa terminal-overrides ",xterm-256color:Tc"
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue