cornflake/system/core/locale.nix
2026-03-01 01:39:57 +09:00

6 lines
114 B
Nix

{
time.timeZone = "Asia/Tokyo";
i18n.defaultLocale = "en_US.UTF-8";
time.hardwareClockInLocalTime = true;
}