6 lines
91 B
Nix
6 lines
91 B
Nix
{
|
|
...
|
|
}: {
|
|
time.timeZone = "America/Edmonton";
|
|
i18n.defaultLocale = "en_CA.UTF-8";
|
|
}
|