diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/british-english.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/british-english.nix b/modules/british-english.nix new file mode 100644 index 00000000..3ff93678 --- /dev/null +++ b/modules/british-english.nix @@ -0,0 +1,4 @@ +{ config, pkgs, ... }: + +{ i18n.defaultLocale = "en_GB.UTF-8"; +} |