LC_TIME settings update

This commit is contained in:
Your Name 2024-02-27 23:04:07 +03:00
parent ecfb8cf284
commit f1eab5c631
2 changed files with 6 additions and 4 deletions

View file

@ -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;

View file

@ -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;