all repos — nixfiles @ ad2906907b4e72e55b5f43667773b5c5ad1e2475

System and user configuration, managed by nix and home-manager

Remove colemak.nix
Alan Pearce alan@alanpearce.eu
Sun, 04 Aug 2019 15:13:00 +0200
commit

ad2906907b4e72e55b5f43667773b5c5ad1e2475

parent

1a25bbc3e539dfc4005b9981554da90475912dfa

2 files changed, 0 insertions(+), 22 deletions(-)

jump to
D modules/hardware/colemak.nix
@@ -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,
-    '';
-  };
-}
M prefect.nixprefect.nix
@@ -14,7 +14,6 @@ ./modules/hardware/adb.nix     ./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