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"; - ]; + }; }