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