i18n.extraLocales

NixOS option

Additional locales that the system should support, besides the ones configured with i18n.defaultLocale and i18n.extraLocaleSettings. Set this to "all" to install all available locales.

type: (list of string) or value "all" (singular enum)
Default
[ ]
Example
[
  "nl_NL.UTF-8/UTF-8"
]
declared in: nixos/modules/config/i18n.nixView source on NixOS/nixpkgs →