From 94a203aa7f9dd28c404d09f7ed75eb865bfd2c0e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 21 Oct 2024 15:04:29 +0200 Subject: Change default numeric locale to English --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 47e3733..9c4edf6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,10 +76,11 @@ }; shellInit = '' - export LC_NUMERIC=de_DE.UTF8 export LC_TIME=de_DE.UTF8 export LC_MONETARY=de_DE.UTF8 export LC_MEASUREMENT=de_DE.UTF8 + export LC_NUMERIC=en_US.UTF8 + ''; }; } -- cgit v1.2.3