1
Fork 0
satellite/hosts/nixos/common/global/locale.nix

5 lines
80 B
Nix
Raw Permalink Normal View History

2023-07-17 16:50:07 +02:00
{
2023-01-10 02:38:06 +01:00
i18n.defaultLocale = "en_US.UTF-8";
2023-10-04 17:26:06 +02:00
time.timeZone = "Europe/Amsterdam";
2023-01-10 02:38:06 +01:00
}