about summary refs log tree commit diff
path: root/modules/locale/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/default.nix')
-rw-r--r--modules/locale/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/locale/default.nix b/modules/locale/default.nix
new file mode 100644
index 000000000000..eb92aeda76bd
--- /dev/null
+++ b/modules/locale/default.nix
@@ -0,0 +1,8 @@
+{ ... }:
+
+{
+  time.timeZone = "UTC";
+
+  i18n.defaultLocale = "eo.utf8";
+  environment.sessionVariables.LC_CTYPE = "en_GB.utf8";
+}