about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaurice Zhou <yuchen@apvc.uk>2023-04-16 23:56:55 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2023-04-18 18:21:15 +0200
commitbcccfee65972c20db6646f86357646b36809ec95 (patch)
tree51e9f9f285830e7ebcd67c3bcfa877c41163d8cc /nixos
parent7a2de0ca093b641d12254887137a27b62957b573 (diff)
tmux: add note for tmux-direct in module option
Signed-off-by: Maurice Zhou <yuchen@apvc.uk>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/tmux.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/programs/tmux.nix b/nixos/modules/programs/tmux.nix
index 4fb9175fb8d21..58c9cbc3ed003 100644
--- a/nixos/modules/programs/tmux.nix
+++ b/nixos/modules/programs/tmux.nix
@@ -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 {