Commit bcccfee6 authored by Maurice Zhou's avatar Maurice Zhou Committed by pennae
Browse files

tmux: add note for tmux-direct in module option



Signed-off-by: default avatarMaurice Zhou <yuchen@apvc.uk>
parent 7a2de0ca
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 {