aboutsummaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/localisation.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/localisation.nix b/modules/system/localisation.nix
index ab8dfbf..229c45f 100644
--- a/modules/system/localisation.nix
+++ b/modules/system/localisation.nix
@@ -1,7 +1,7 @@
{ ... }:
let
- locale = "en_US.UTF-8";
+ locale = "de_DE.UTF-8";
in
{
# Set your time zone.
@@ -20,4 +20,5 @@ in
LC_TELEPHONE = locale;
LC_TIME = locale;
};
+ console.keyMap = "de";
}