summary refs log tree commit diff stats
path: root/system/settings/hardware/keyboard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/keyboard.nix')
-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 5a0ea5f4..c967d561 100644
--- a/system/settings/hardware/keyboard.nix
+++ b/system/settings/hardware/keyboard.nix
@@ -2,8 +2,8 @@
 
 {
   services.xserver = {
-    layout = "us,us";
-    xkbVariant = "intl-unicode,norman";
-    xkbOptions = "altwin:prtsc_rwin,caps:escape,grp:shifts_toggle";
+    layout = "us";
+    xkbVariant = "intl-unicode";
+    xkbOptions = "altwin:prtsc_rwin,caps:escape";
   };
 }