From ad2906907b4e72e55b5f43667773b5c5ad1e2475 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 4 Aug 2019 15:13:00 +0200 Subject: Remove colemak.nix --- modules/hardware/colemak.nix | 21 --------------------- prefect.nix | 1 - 2 files changed, 22 deletions(-) delete mode 100644 modules/hardware/colemak.nix diff --git a/modules/hardware/colemak.nix b/modules/hardware/colemak.nix deleted file mode 100644 index b8218e6..0000000 --- a/modules/hardware/colemak.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, pkgs, ... }: - -{ i18n.consoleKeyMap = "colemak/en-latin9"; - services.kmscon = { - extraConfig = '' - xkb-model=pc104 - xkb-layout=us - xkb-variant=colemak - xkb-options="altwin:prtsc_rwin" - ''; - }; - services.xserver = { - layout = "us,us"; - xkbVariant = "colemak,"; - xkbOptions = "grp:shifts_toggle,altwin:prtsc_rwin"; - displayManager.sessionCommands = '' - # Needed for pass/rofi-pass autotype - ${pkgs.xlibs.setxkbmap}/bin/setxkbmap us,us -variant colemak, - ''; - }; -} diff --git a/prefect.nix b/prefect.nix index ff5dbad..0a8c8b3 100644 --- a/prefect.nix +++ b/prefect.nix @@ -14,7 +14,6 @@ ./modules/hardware/audio.nix ./modules/hardware/bare-metal.nix ./modules/user-interface.nix - ./modules/hardware/colemak.nix ./modules/hardware/nitrokey.nix ./modules/hardware/mouse.nix ./modules/hardware/systemd-boot.nix -- cgit 1.4.1