feat: Modify keyboard layout in x86_64-linux hardware configuration

The configuration update for the x86_64-linux t15 hardware adds a US layout variant to the existing German keyboard configuration. This change will allow switching between US and German keyboard layouts as per user requirements.
This commit is contained in:
Harald Hoyer 2024-07-19 11:45:24 +02:00
parent 9cfed3495b
commit 5615b246b6

View file

@ -94,7 +94,7 @@
console.keyMap = "de-latin1-nodeadkeys";
services.xserver.xkb = {
layout = "de";
layout = "de,de+us";
variant = "nodeadkeys";
};