MyNixOS website logo

Per each i18n.extraLocaleSettings, choose the character set to use for it. Essentially defaults to UTF-8 for all of them.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  LC_MESSAGES = "ISO-8859-15";
  LC_TIME = "ISO-8859-1";
}