summary refs log tree commit diff stats
path: root/system/settings/configuration/british-english.nix
blob: 1ab51cb0d071e0fed0593267f125ae8994dcee83 (plain)
1
2
3
4
5
6
{ config
, pkgs
, ...
}: {
  i18n.defaultLocale = "en_GB.UTF-8";
}