From 66127c05ea61a96b97b1409e256b78ac8013b894 Mon Sep 17 00:00:00 2001 From: m3tam3re
Date: Sat, 13 Jun 2026 08:17:16 +0200 Subject: [PATCH] fix(hyprland): set vibe typer keyboard layout to de --- profiles/contexts/desktop/wm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/contexts/desktop/wm/hyprland.nix b/profiles/contexts/desktop/wm/hyprland.nix index 3ab4fb5..96d6708 100644 --- a/profiles/contexts/desktop/wm/hyprland.nix +++ b/profiles/contexts/desktop/wm/hyprland.nix @@ -103,7 +103,7 @@ in { } { name = "vibe-typer-virtual-keyboard"; - kb_layout = "us"; + kb_layout = "de"; } { name = "keychron-keychron-k7";