From 6c5e8c121c8edad5aab4989d82a9cb752e9f670f Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 26 Feb 2026 17:28:49 +0000 Subject: [PATCH] fixed capitalisation --- modules/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locale.nix b/modules/locale.nix index 8e0967b..51fc530 100644 --- a/modules/locale.nix +++ b/modules/locale.nix @@ -2,7 +2,7 @@ _: { services.automatic-timezoned.enable = true; i18n.defaultLocale = "en_GB.UTF-8"; - i18n.ExtraLocaleSettings = { + i18n.extraLocaleSettings = { LC_ADDRESS = "en_GB.UTF-8"; LC_IDENTIFICATION = "en_GB.UTF-8"; LC_MEASUREMENT = "en_GB.UTF-8";