hosts: homes: mousqueton: fix formatting
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
8ad02dd74d
commit
7f857ab661
|
@ -17,9 +17,13 @@
|
||||||
|
|
||||||
services.gpg-agent.enable = lib.mkForce false;
|
services.gpg-agent.enable = lib.mkForce false;
|
||||||
|
|
||||||
# I use scripts that use the passthrough sequence often on this host
|
my.home = {
|
||||||
my.home.tmux.enablePassthrough = true;
|
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
|
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
|
||||||
my.home.tmux.trueColorTerminals = [ "xterm-256color" ];
|
trueColorTerminals = [ "xterm-256color" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue