aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/mercury/system/i18n.nix
blob: 701a11809823f832f6b27d3c0930193e598d6e0d (plain) (blame)
1
2
3
4
5
{
  i18n.defaultLocale = "en_US.UTF-8";
  time.timeZone = "America/New_York";
  location.provider = "geoclue2";
}