about summary refs log tree commit diff
path: root/modules/workstation/locale
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-04-28 21:14:29 +0000
committerAlyssa Ross <hi@alyssa.is>2020-04-28 21:14:29 +0000
commitfbba7b1e1041bc53697e0390ec478c78837f419f (patch)
treeafb39b04dba909574875f2ee67c9ace7736786a8 /modules/workstation/locale
parent62aa6094c63a67a03100b61d8f854643087c86fa (diff)
downloadnixlib-fbba7b1e1041bc53697e0390ec478c78837f419f.tar
nixlib-fbba7b1e1041bc53697e0390ec478c78837f419f.tar.gz
nixlib-fbba7b1e1041bc53697e0390ec478c78837f419f.tar.bz2
nixlib-fbba7b1e1041bc53697e0390ec478c78837f419f.tar.lz
nixlib-fbba7b1e1041bc53697e0390ec478c78837f419f.tar.xz
nixlib-fbba7b1e1041bc53697e0390ec478c78837f419f.tar.zst
nixlib-fbba7b1e1041bc53697e0390ec478c78837f419f.zip
modules/locale: add missing implementation
This was referenced, but the file wasn't being tracked.
Diffstat (limited to 'modules/workstation/locale')
-rw-r--r--modules/workstation/locale/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/workstation/locale/default.nix b/modules/workstation/locale/default.nix
new file mode 100644
index 000000000000..8028bd36e271
--- /dev/null
+++ b/modules/workstation/locale/default.nix
@@ -0,0 +1,6 @@
+{ ... }:
+
+{
+  i18n.defaultLocale = "eo.utf8";
+  environment.sessionVariables.LC_CTYPE = "en_GB.utf8";
+}