lol

nixos/ttyd: fix example rendering

+6 -5
+6 -5
nixos/modules/services/web-servers/ttyd.nix
··· 78 78 clientOptions = mkOption { 79 79 type = types.attrsOf types.str; 80 80 default = {}; 81 - example = literalExpression ''{ 82 - fontSize = "16"; 83 - fontFamily = "Fira Code"; 84 - 85 - }''; 81 + example = literalExpression '' 82 + { 83 + fontSize = "16"; 84 + fontFamily = "Fira Code"; 85 + } 86 + ''; 86 87 description = lib.mdDoc '' 87 88 Attribute set of client options for xtermjs. 88 89 <https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/>