diff options
Diffstat (limited to 'hosts/common/locale.nix')
| -rw-r--r-- | hosts/common/locale.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hosts/common/locale.nix b/hosts/common/locale.nix index 3e28cfd..e9c7a80 100644 --- a/hosts/common/locale.nix +++ b/hosts/common/locale.nix @@ -1,10 +1,9 @@ _: { i18n = { + supportedLocales = [ + "en_US.UTF-8/UTF-8" + ]; defaultLocale = "en_US.UTF-8"; - extraLocaleSettings = { - LC_MESSAGES = "en_US.UTF-8"; - LC_TIME = "en_US.UTF-8"; - }; }; time = { |
