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