From 3e4e8a59a47689b8a915ebaa12b518ed31991353 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 3 May 2026 11:15:56 +0200 Subject: [PATCH] feat: use hr layour but us layout. --- modules/linux/home-manager/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index f81348c..db97a57 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -175,8 +175,9 @@ in { }; input = { - kb_layout = "us,hr"; - kb_options = "grp:alt_space_toggle"; + kb_layout = "hr"; + kb_variant = "us"; + # kb_options = ""; accel_profile = "flat"; };