From 43276a693aadfb6a76e3f88be2afab51110b89ab Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 31 May 2025 08:58:52 -0400 Subject: [PATCH] updated defaultLocale to en_US.UTF-8 --- common/global/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/global/locale.nix b/common/global/locale.nix index 9c28c1f..86c99a4 100644 --- a/common/global/locale.nix +++ b/common/global/locale.nix @@ -4,7 +4,7 @@ console.keyMap = lib.mkDefault "us"; i18n = { - defaultLocale = lib.mkDefault "en_US.utf8"; + defaultLocale = lib.mkDefault "en_US.UTF-8"; extraLocaleSettings = lib.mkDefault { LC_ADDRESS = "en_US.UTF-8"; LC_IDENTIFICATION = "en_US.UTF-8";