universe/hosts/common/system/locale.nix
2025-03-03 00:00:20 +05:00

5 lines
89 B
Nix

{...}: {
time.timeZone = "Asia/Yekaterinburg";
i18n.defaultLocale = "en_US.UTF-8";
}