summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/hardware/keyboard.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/settings/hardware/keyboard.nix b/system/settings/hardware/keyboard.nix
index 3ff11b83..6e06618f 100644
--- a/system/settings/hardware/keyboard.nix
+++ b/system/settings/hardware/keyboard.nix
@@ -4,8 +4,8 @@
   ...
 }: {
   services.xserver = {
-    layout = "us";
-    xkbVariant = "intl-unicode";
-    xkbOptions = "altwin:prtsc_rwin,caps:escape";
+    layout = "us,de";
+    xkbVariant = "intl-unicode,nodeadkeys";
+    xkbOptions = "altwin:prtsc_rwin,caps:escape_shifted_capslock";
   };
 }