universe/host/system/locale.nix
2025-03-14 16:40:36 +00:00

5 lines
122 B
Nix

{config, ...}: {
time.timeZone = config.universe.locale.timeZone;
i18n.defaultLocale = config.universe.locale.lang;
}