Add british-english module
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 15:06:28 +0200
2 files changed, 5 insertions(+), 0 deletions(-)
A modules/british-english.nix
@@ -0,0 +1,4 @@+{ config, pkgs, ... }: + +{ i18n.defaultLocale = "en_GB.UTF-8"; +}
M satoshipad.nix → satoshipad.nix
@@ -17,6 +17,7 @@ ./modules/berlin.nix ./modules/colemak.nix ./modules/trackball.nix ./modules/xserver.nix + ./modules/british-english.nix ]; networking.hostName = "satoshipad";