From 2e6c253754ccef70c477160ae42f0b6412eb1b42 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 10 May 2024 18:38:52 +0000 Subject: [PATCH] deploy: f2c5ba5e720fd584d83f2f97399dac0d26ae60b9 --- options.xhtml | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/options.xhtml b/options.xhtml index 4fbdd58cc..97bb2931b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -6606,6 +6606,110 @@ boolean

Default: false

+

Declared by:

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

Per-user default emoji font(s). Multiple fonts may be listed in +case a font does not support all emoji.

Note that fontconfig matches color emoji fonts preferentially, +so if you want to use a black and white font while having +a color font installed (eg. Noto Color Emoji installed alongside +Noto Emoji), fontconfig will still choose the color font even +when it is later in the list.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Declared by:

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

Per-user default monospace font(s). Multiple fonts may be listed in +case multiple languages must be supported.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Declared by:

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

Per-user default sans serif font(s). Multiple fonts may be listed +in case multiple languages must be supported.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Declared by:

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

Per-user default serif font(s). Multiple fonts may be listed in +case multiple languages must be supported.

+ +

Type: +list of string

+ +

Default: +[ ]

+

Declared by: