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