cornflake/system/core/locale.nix
2025-01-30 21:55:28 +09:00

6 lines
114 B
Nix

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