From d7d835cd4a556e799f21da0f4dba4537c6f4a401 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 18:27:35 +0100 Subject: [PATCH] update hyprland --- hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland.nix b/hyprland.nix index bc58b90..ecc6cbe 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -11,7 +11,7 @@ programs.wofi.enable = true; # some env vars for improvement - environment.sessionVariables = { + sessionVariables = { NIXOS_OZONE_WL = "1"; WLR_NO_HARDWARE_CURSORS = "1"; };