summary refs log tree commit diff stats
path: root/system/modules/configuration/british-english.nix
blob: 3ff936780406d83a147f8caca6fbdae15bcdedf0 (plain)
1
2
3
4
{ config, pkgs, ... }:

{ i18n.defaultLocale = "en_GB.UTF-8";
}