about summary refs log tree commit diff
path: root/modules/system/locale/default.nix
blob: 2026764651ae7624b905b9b149d8ca07a61e2c5b (plain) (blame)
1
2
3
4
5
6
7
# Language settings
{ ... }: {
  # Select internationalisation properties.
  i18n.defaultLocale = "en_US.UTF-8";

  time.timeZone = "America/Los_Angeles";
}