tmux: add note for tmux-direct in module option
Signed-off-by: Maurice Zhou <yuchen@apvc.uk>
This commit is contained in:
parent
7a2de0ca09
commit
bcccfee659
1 changed files with 4 additions and 1 deletions
|
@ -160,7 +160,10 @@ in {
|
|||
default = defaultTerminal;
|
||||
example = "screen-256color";
|
||||
type = types.str;
|
||||
description = lib.mdDoc "Set the $TERM variable.";
|
||||
description = lib.mdDoc ''
|
||||
Set the $TERM variable. Use tmux-direct if italics or 24bit true color
|
||||
support is needed.
|
||||
'';
|
||||
};
|
||||
|
||||
secureSocket = mkOption {
|
||||
|
|
Loading…
Reference in a new issue