hosts: homes: mousqueton: fix formatting
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-10-31 14:56:18 +00:00
parent 8ad02dd74d
commit 7f857ab661
1 changed files with 8 additions and 4 deletions

View File

@ -17,9 +17,13 @@
services.gpg-agent.enable = lib.mkForce false;
# I use scripts that use the passthrough sequence often on this host
my.home.tmux.enablePassthrough = true;
my.home = {
tmux = {
# I use scripts that use the passthrough sequence often on this host
enablePassthrough = true;
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
my.home.tmux.trueColorTerminals = [ "xterm-256color" ];
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
trueColorTerminals = [ "xterm-256color" ];
};
};
}