From c3a3db6c0f5a207b7097fc07ae713a86a4396608 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 1 Jan 2026 20:56:07 +0100 Subject: [PATCH] non important commit --- home/modules/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";