From b081901c9113a3291fe15539edd8a940eef290cb Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:15:10 -0500 Subject: [PATCH] Fix syntax --- desktop/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 56054b4..ccef207 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -52,8 +52,8 @@ ]; # Some basic hyprcursor stuff - environment.variables = [ + environment.sessionVariables = { HYPRCURSOR_THEME = "Adwaita"; HYPRCURSOR_SIZE = "24"; - ]; + }; }