summaryrefslogtreecommitdiff
path: root/system-profiles/default-locale.nix
blob: 4359bd9ac91393dba04645e3778e8e86b8df8859 (plain)
1
2
3
4
5
6
7
{...}:
{
  i18n.defaultLocale = "en_US.UTF-8";
  console.keyMap = "dvorak-programmer";

  time.timeZone = "Europe/Berlin";
}