diff options
| author | seth <[email protected]> | 2023-02-20 15:57:39 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 15:57:39 -0500 |
| commit | 3288bb384a2b52c036b6ccac76918191fa5e3350 (patch) | |
| tree | 286010512d8657b6aaf17cb4d5584aec480f08a8 /hosts/common/locale.nix | |
| parent | 5ec16f1a062317605bd064f6aa7f943795a9db5c (diff) | |
cleaning up my ~
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 = { |
