5 lines
122 B
Nix
5 lines
122 B
Nix
|
{config, ...}: {
|
||
|
time.timeZone = config.universe.locale.timeZone;
|
||
|
i18n.defaultLocale = config.universe.locale.lang;
|
||
|
}
|