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";