9 lines
116 B
Nix
9 lines
116 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
time.timeZone = "America/Edmonton";
|
|
i18n.defaultLocale = "en_CA.UTF-8";
|
|
}
|