about summary refs log tree commit diff
path: root/modules/workstation/locale/default.nix
blob: c079ab19bc88e8f23a1f53cabc32d5da5fc38e9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:

{
  i18n.defaultLocale = "eo";
  i18n.extraLocaleSettings.LC_ADDRESS = "de_DE.UTF-8";
  i18n.extraLocaleSettings.LC_CTYPE = "de_DE.UTF-8";
  i18n.extraLocaleSettings.LC_NAME = "en_GB.UTF-8";

  # Like Germany, but uses thin spaces as thousands separators.
  i18n.extraLocaleSettings.LC_MONETARY = "fr_FR.UTF-8";
  i18n.extraLocaleSettings.LC_NUMERIC = "fr_FR.UTF-8";
}