From 49374659636e84a0e710e8bfc002b9f9d90427cd Mon Sep 17 00:00:00 2001 From: khaneliman Date: Tue, 5 Aug 2025 19:06:36 +0000 Subject: [PATCH] deploy: 74b4edc2d28cff9b225ef12ebae9ce14948ba8d8 --- options.xhtml | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/options.xhtml b/options.xhtml index dfc729868..31994ad4f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -7220,6 +7220,33 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/misc/fontconfig.nix> + +
+ +
+ + fonts.fontconfig.antialiasing + + +
+
+

Whether to enable font antialiasing.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+

Declared by:

@@ -7324,6 +7351,60 @@ list of string

Default: [ ]

+

Declared by:

+ + +
+ +<home-manager/modules/misc/fontconfig.nix> + +
+ +
+ + fonts.fontconfig.hinting + + +
+
+

The font hinting mode.

+ +

Type: +null or one of “none”, “slight”, “medium”, “full”

+ +

Default: +null

+ +

Example: +"slight"

+ +

Declared by:

+ + +
+ +<home-manager/modules/misc/fontconfig.nix> + +
+
+
+ + fonts.fontconfig.subpixelRendering + + +
+
+

The sub-pixel rendering mode.

+ +

Type: +null or one of “none”, “rgb”, “bgr”, “vertical-rgb”, “vertical-bgr”

+ +

Default: +null

+ +

Example: +"rgb"

+

Declared by: