diff options
| -rw-r--r-- | modules/hm/sils/hyprland.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index d6ea17c..5164e71 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -28,8 +28,8 @@ in { # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input = { - kb_layout = "de,de"; - kb_variant = ",neo"; + kb_layout = "de"; + kb_variant = ""; kb_model = ""; kb_options = "grp:win_space_toggle"; kb_rules = ""; | 
