From 2975eacf67039ddf5415fb48cb78cc1be2d05881 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:25:17 -0500 Subject: [PATCH] Maybe this? --- desktop/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index ccef207..1f2fd48 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -51,9 +51,11 @@ wl-clipboard ]; - # Some basic hyprcursor stuff + # Cursor theme for Hyprland and regular Wayland/XWayland clients. environment.sessionVariables = { HYPRCURSOR_THEME = "Adwaita"; HYPRCURSOR_SIZE = "24"; + XCURSOR_THEME = "Adwaita"; + XCURSOR_SIZE = "24"; }; }