mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
LC_TIME settings update
This commit is contained in:
parent
ecfb8cf284
commit
f1eab5c631
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue