fix(helix-texta): compose key

This commit is contained in:
Malte Tammena 2023-07-05 15:36:11 +02:00
parent 890c4a14b7
commit 044980509f

View file

@ -103,7 +103,11 @@
kb_layout = us
kb_variant = workman
kb_model =
kb_options = compose:rwin
kb_options = ${
if nixosConfig.networking.hostName == "helix-texta"
then "compose:rctrl"
else "compose:rwin"
}
kb_rules =
follow_mouse = 1