universe/host/system/locale.nix

5 lines
122 B
Nix
Raw Normal View History

2025-03-14 16:40:36 +00:00
{config, ...}: {
time.timeZone = config.universe.locale.timeZone;
i18n.defaultLocale = config.universe.locale.lang;
}