From f1eab5c631e384808678d63f791d3e05c6b12a1c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 27 Feb 2024 23:04:07 +0300 Subject: [PATCH] LC_TIME settings update --- hosts/dlaptop/configuration.nix | 7 ++++--- hosts/huanan/configuration.nix | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hosts/dlaptop/configuration.nix b/hosts/dlaptop/configuration.nix index 86af71d..69f821d 100644 --- a/hosts/dlaptop/configuration.nix +++ b/hosts/dlaptop/configuration.nix @@ -8,9 +8,10 @@ time.timeZone = "Europe/Moscow"; i18n.defaultLocale = "en_US.UTF-8"; - #i18n.extraLocaleSettings = { - # LC_TIME = "ru_RU.UTF-8"; - #}; + i18n.extraLocaleSettings = { + #LC_TIME = "ru_RU.UTF-8"; + LC_ALL = "en_US.UTF-8"; + }; hardware.opengl = { enable = true; diff --git a/hosts/huanan/configuration.nix b/hosts/huanan/configuration.nix index 8e3c4d8..04a15e6 100644 --- a/hosts/huanan/configuration.nix +++ b/hosts/huanan/configuration.nix @@ -56,7 +56,8 @@ i18n.defaultLocale = "en_US.UTF-8"; i18n.extraLocaleSettings = { - LC_TIME = "ru_RU.UTF-8"; + LC_ALL = "en_US.UTF-8"; + #LC_TIME = "ru_RU.UTF-8"; }; services.xserver.enable = true;