From fbba7b1e1041bc53697e0390ec478c78837f419f Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 28 Apr 2020 21:14:29 +0000 Subject: modules/locale: add missing implementation This was referenced, but the file wasn't being tracked. --- modules/workstation/locale/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/workstation/locale/default.nix (limited to 'modules/workstation/locale/default.nix') 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"; +} -- cgit 1.4.1