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

{
  i18n.defaultLocale = "eo.utf8";
  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";
}