summary refs log tree commit diff stats
path: root/system/modules/hardware/qwerty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/hardware/qwerty.nix')
-rw-r--r--system/modules/hardware/qwerty.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/modules/hardware/qwerty.nix b/system/modules/hardware/qwerty.nix
deleted file mode 100644
index c967d561..00000000
--- a/system/modules/hardware/qwerty.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-  services.xserver = {
-    layout = "us";
-    xkbVariant = "intl-unicode";
-    xkbOptions = "altwin:prtsc_rwin,caps:escape";
-  };
-}