From 543bf5f154c39f806360156ffe4cbbb6182948d9 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 1 Jan 2026 20:56:49 +0100 Subject: [PATCH] non important commit --- home/modules/hyprland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 50f12f9..4274d84 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -1,4 +1,5 @@ {pkgs, ...}: { + environment.sessionVariables.NIXOS_OZONE_WL = "1"; wayland.windowManager.hyprland = { enable = true; systemd.enable = true; @@ -13,8 +14,6 @@ "hyprpanel" ]; - environment.sessionVariables.NIXOS_OZONE_WL = "1"; - input = { kb_layout = "cz"; kb_options = "caps:escape";