From a8578d681713d8141a4497dad639dda3bc9d07e3 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Tue, 27 Feb 2024 11:56:03 +0530 Subject: [PATCH] change locale to US --- hosts/canopus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index f3e421c..2bf3871 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -27,7 +27,7 @@ time.timeZone = "Asia/Kolkata"; i18n = { - defaultLocale = "en_IN"; + defaultLocale = "en_US.UTF-8"; extraLocaleSettings = { LC_ADDRESS = "en_IN"; LC_IDENTIFICATION = "en_IN";