summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/hardware/qwerty.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/qwerty.nix b/modules/hardware/qwerty.nix
index 3783b3a..d220cb2 100644
--- a/modules/hardware/qwerty.nix
+++ b/modules/hardware/qwerty.nix
@@ -4,11 +4,13 @@
     extraConfig = ''
       xkb-model=pc104
       xkb-layout=us
+      xkb-variant=intl-unicode
       xkb-options="altwin:prtsc_rwin"
     '';
   };
   services.xserver = {
     layout = "us";
+    xkbVariant = "intl-unicode";
     xkbOptions = "altwin:prtsc_rwin";
   };
 }