5 lines
89 B
Nix
5 lines
89 B
Nix
|
{...}: {
|
||
|
time.timeZone = "Asia/Yekaterinburg";
|
||
|
i18n.defaultLocale = "en_US.UTF-8";
|
||
|
}
|