diff options
author | Silas Schöffel <sils@sils.li> | 2024-06-24 22:20:51 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-06-24 22:20:51 +0200 |
commit | 6924a4359adc2bcc338d636243bfb7be991ee0ba (patch) | |
tree | 912d8eea316a600bcba4094329e1d8ca53b9ff06 | |
parent | flake.lock: update (diff) | |
download | nix-config-6924a4359adc2bcc338d636243bfb7be991ee0ba.tar.gz nix-config-6924a4359adc2bcc338d636243bfb7be991ee0ba.zip |
hyprland: remove neo keyboard layout
-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 = ""; |