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: