services.ttyd.clientOptions
NixOS option
Attribute set of client options for xtermjs. https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/web-servers/ttyd.nixView source on NixOS/nixpkgs →{
fontSize = "16";
fontFamily = "Fira Code";
}