summaryrefslogtreecommitdiff
path: root/system-profiles/default-locale.nix
blob: 6915184a4e40ff656e16aab603f82097aa8ed66a (plain)
1
2
3
4
5
6
7
8
9
10
{ lib, ... }:

with lib;

{
  i18n.defaultLocale = "en_DK.UTF-8";
  console.keyMap = "dvorak-programmer";

  time.timeZone = mkDefault "Europe/Berlin";
}