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, 1 insertions, 8 deletions
diff --git a/system/modules/hardware/qwerty.nix b/system/modules/hardware/qwerty.nix
index 85a0056e..c967d561 100644
--- a/system/modules/hardware/qwerty.nix
+++ b/system/modules/hardware/qwerty.nix
@@ -1,13 +1,6 @@
 { config, pkgs, ... }:
 
-{ services.kmscon = {
-    extraConfig = ''
-      xkb-model=pc104
-      xkb-layout=us
-      xkb-variant=intl-unicode
-      xkb-options="altwin:prtsc_rwin"
-    '';
-  };
+{
   services.xserver = {
     layout = "us";
     xkbVariant = "intl-unicode";