From 0b66f36e38c23475db7bb951d463751d01d6943a Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 5 Nov 2025 15:51:03 +0100 Subject: change keyboard layout, language --- modules/system/localisation.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/system/localisation.nix') 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"; } -- cgit v1.3.1