i18n.extraLocaleSettings
A set of additional system-wide locale settings other than LANG
which can be configured with i18n.defaultLocale. Note that
the /UTF-8 suffix used in i18n.extraLocales indicates a
character set, and it must not be added manually here. To use a
non-UTF-8 character set such as ISO-XXXX-8, the
i18n.localeCharsets can be used.
Note that if the LANGUAGE
key
is used in this option, it is ignored when computing the locales
required to be installed, because the possible values of this key are
more diverse and flexible then the others.
- Type
attribute set of string- Default
{ }- Example
{ LC_MESSAGES = "en_US.UTF-8"; LC_TIME = "de_DE.UTF-8"; }- Declared
- <nixpkgs/nixos/modules/config/i18n.nix>