diff options
-rw-r--r-- | modules/british-english.nix | 4 | ||||
-rw-r--r-- | satoshipad.nix | 1 |
2 files changed, 5 insertions, 0 deletions
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"; +} diff --git a/satoshipad.nix b/satoshipad.nix index b5f48a0..4b84ab5 100644 --- a/satoshipad.nix +++ b/satoshipad.nix @@ -17,6 +17,7 @@ ./modules/colemak.nix ./modules/trackball.nix ./modules/xserver.nix + ./modules/british-english.nix ]; networking.hostName = "satoshipad"; |