From 5ad15a7580f3ee1b6fb7437f49492bc867a2a6ee Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 11 Aug 2023 05:25:58 -0600 Subject: [PATCH] all: set precursor to us-basic --- configs/colemak.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/colemak.nix b/configs/colemak.nix index 5890ec8..09bc32c 100644 --- a/configs/colemak.nix +++ b/configs/colemak.nix @@ -21,6 +21,16 @@ with lib; { layout = "us"; xkbVariant = "colemak"; xkbOptions = "ctrl:swapcaps"; + inputClassSections = [ + '' + Identifier "precursor" + MatchIsKeyboard "on" + MatchProduct "Precursor" + MatchVendor "Kosagi" + Option "XkbLayout" "us" + Option "XkbVariant" "basic" + '' + ]; }; }; }