diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 45118c3..50f12f9 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -5,7 +5,6 @@ systemd.variables = ["--all"]; xwayland.enable = true; - environment.sessionVariables.NIXOS_OZONE_WL = "1"; settings = { exec-once = [ @@ -14,6 +13,8 @@ "hyprpanel" ]; + environment.sessionVariables.NIXOS_OZONE_WL = "1"; + input = { kb_layout = "cz"; kb_options = "caps:escape";