From a3761db1bf6df8cc4e58dbbdde75f10059dd6068 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 15:06:28 +0200 Subject: Add british-english module --- modules/british-english.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/british-english.nix (limited to 'modules') diff --git a/modules/british-english.nix b/modules/british-english.nix new file mode 100644 index 0000000..3ff9367 --- /dev/null +++ b/modules/british-english.nix @@ -0,0 +1,4 @@ +{ config, pkgs, ... }: + +{ i18n.defaultLocale = "en_GB.UTF-8"; +} -- cgit 1.4.1