services.ttyd.clientOptions

Attribute set of client options for xtermjs. https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/

Type
attribute set of string
Default
{ }
Example
{
  fontSize = "16";
  fontFamily = "Fira Code";
}
Declared
<nixpkgs/nixos/modules/services/web-servers/ttyd.nix>