services.ttyd.clientOptions

NixOS option

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 in: nixos/modules/services/web-servers/ttyd.nixView source on NixOS/nixpkgs →