From 433a9ffcbddda74b0449eba251246a60221ae7cd Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Fri, 29 May 2020 21:45:44 +0100 Subject: better mirror upstream nixpkgs layout --- modules/keyboard.nix | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 modules/keyboard.nix (limited to 'modules/keyboard.nix') diff --git a/modules/keyboard.nix b/modules/keyboard.nix deleted file mode 100644 index 69ab14a..0000000 --- a/modules/keyboard.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ config, lib, pkgs, ... }: -with lib; - -let - cfg = config.eth.keyboard; - -in { - - options.eth.keyboard = { - enable = mkEnableOption "Eth's keyboard preferences"; - }; - - config = mkIf cfg.enable { - - console.useXkbConfig = true; - - services.xserver = { - layout = "us"; - xkbVariant = "colemak"; - xkbOptions = "caps:escape"; - }; - - }; -} -- cgit v1.2.3