From 0c4a5eb635bf513890904cf75e0a730861f7ea62 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 22 Jun 2017 04:13:51 +0200 Subject: skunkworks: Revert workaround for dvorak layout This reverts commit 646e0cb3dede3880ed578d09b7337445990f5416. The layout checker has been fixed in NixOS/nixpkgs@44c64fef16ed566786c8. Signed-off-by: aszlig Cc: @devhell --- machines/devhell/skunkworks.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/devhell/skunkworks.nix b/machines/devhell/skunkworks.nix index b966a453..3cf0773d 100644 --- a/machines/devhell/skunkworks.nix +++ b/machines/devhell/skunkworks.nix @@ -97,8 +97,7 @@ services.xserver = { enable = true; - layout = "us"; - xkbVariant = "dvorak"; + layout = "dvorak"; videoDrivers = [ "ati" ]; serverLayoutSection = '' -- cgit 1.4.1