hosts: nixos: porthos: fix tmux 24-bit color
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Well at least this fixes it for the usual client (my laptop).
This commit is contained in:
parent
6a8f93df1f
commit
ca4fac3c54
|
@ -1,6 +1,12 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
my.home = {
|
my.home = {
|
||||||
|
# Allow using 24bit color when SSH-ing from various clients
|
||||||
|
tmux.trueColorTerminals = [
|
||||||
|
# My usual terminal, e.g: on laptop
|
||||||
|
"alacritty"
|
||||||
|
];
|
||||||
|
|
||||||
# Always start a tmux session when opening a shell session
|
# Always start a tmux session when opening a shell session
|
||||||
zsh.launchTmux = true;
|
zsh.launchTmux = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue