From 044980509fdeb12e2da9b2456685dcc48752a114 Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Wed, 5 Jul 2023 15:36:11 +0200 Subject: [PATCH] fix(helix-texta): compose key --- users/malte/hypr.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/malte/hypr.nix b/users/malte/hypr.nix index 1ffd94b..5c17bd6 100644 --- a/users/malte/hypr.nix +++ b/users/malte/hypr.nix @@ -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