diff options
| author | schererleander <leander@schererleander.de> | 2025-11-05 15:51:03 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-06 19:40:40 +0100 |
| commit | 0b66f36e38c23475db7bb951d463751d01d6943a (patch) | |
| tree | 4f2718e8fa760e041052d9e9a576531119f2ffc4 /modules/system/localisation.nix | |
| parent | 6a9d2ba56246ef65cb1c8552611dbc5a0dd57fbe (diff) | |
change keyboard layout, language
Diffstat (limited to 'modules/system/localisation.nix')
| -rw-r--r-- | modules/system/localisation.nix | 3 |
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"; } |
