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