From 413a7d123eb47c517c04ebc4ea61960930721356 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Fri, 19 Jun 2026 06:56:48 +0200 Subject: [PATCH] chore: moonlander keyboard layout --- profiles/contexts/desktop/wm/hyprland.nix | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/profiles/contexts/desktop/wm/hyprland.nix b/profiles/contexts/desktop/wm/hyprland.nix index f5666b2..2063090 100644 --- a/profiles/contexts/desktop/wm/hyprland.nix +++ b/profiles/contexts/desktop/wm/hyprland.nix @@ -98,16 +98,34 @@ in { device = [ { - name = "zsa-technology-labs-moonlander-mark-i"; + name = "zsa-technology-labs-moonlander-mark-i-keyboard"; kb_layout = "us"; + kb_options = "ctrl:nocaps"; + } + { + name = "zsa-technology-labs-moonlander-mark-i-1"; + kb_layout = "us"; + kb_options = "ctrl:nocaps"; + } + { + name = "zsa-technology-labs-moonlander-mark-i-consumer-control"; + kb_layout = "us"; + kb_options = "ctrl:nocaps"; + } + { + name = "zsa-technology-labs-moonlander-mark-i-system-control"; + kb_layout = "us"; + kb_options = "ctrl:nocaps"; } { name = "vibe-typer-virtual-keyboard"; kb_layout = "de"; + kb_options = "ctrl:nocaps"; } { name = "keychron-keychron-k7"; kb_layout = "us"; + kb_options = "ctrl:nocaps"; } ];