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

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