From 88937aa1a2eaad74946fe3eaf3ea5d2ff51ab027 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Oct 2019 19:45:25 +0200 Subject: Simplify console keyboard config by using Xkb config --- system/modules/hardware/qwerty.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'system/modules/hardware/qwerty.nix') 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"; -- cgit 1.4.1