From 6cccee1ee396ae7e80fc72e3f3dc2e4ebcd93c23 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 1 Jan 2026 20:55:10 +0100 Subject: [PATCH] non important commit --- home/modules/hyprland.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 5a015f1..45118c3 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -5,6 +5,7 @@ systemd.variables = ["--all"]; xwayland.enable = true; + environment.sessionVariables.NIXOS_OZONE_WL = "1"; settings = { exec-once = [ @@ -13,12 +14,6 @@ "hyprpanel" ]; - env = [ - "NIXOS_OZONE_WL, 1" - "XDG_SESSION_TYPE, wayland" - "XDG_SESSION_DESKTOP, Hyprland" - ]; - input = { kb_layout = "cz"; kb_options = "caps:escape";