Skip to content

Localization

Option Type Default Description
marchyo.timezone string "Europe/Zurich" System timezone
marchyo.defaultLocale string "en_US.UTF-8" System default locale
marchyo.autoTimezone.enable bool false Update the timezone automatically from your location
{
marchyo.timezone = "America/New_York";
marchyo.defaultLocale = "de_DE.UTF-8";
}

marchyo.autoTimezone.enable is opt-in and off by default. When enabled, it turns on services.automatic-timezoned (a geoclue2-based daemon) to keep the system timezone current based on your location:

{
marchyo.autoTimezone.enable = true;
}
Timezone Region
"Europe/Zurich" Central Europe (default)
"Europe/London" United Kingdom
"Europe/Helsinki" Finland
"America/New_York" US Eastern
"America/Los_Angeles" US Pacific
"Asia/Tokyo" Japan
"Asia/Shanghai" China