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

{
  time.timeZone = "UTC";

  i18n.defaultLocale = "eo.utf8";
  environment.sessionVariables.LC_CTYPE = "en_GB.utf8";
}