fonts.fontconfig.defaultFonts.emoji

NixOS option

System-wide 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
[
  "Noto Color Emoji"
]
declared in: nixos/modules/config/fonts/fontconfig.nixView source on NixOS/nixpkgs →