Maybe this?

This commit is contained in:
2026-05-03 01:25:17 -05:00
parent 7adeac1881
commit 2975eacf67
+3 -1
View File
@@ -51,9 +51,11 @@
wl-clipboard wl-clipboard
]; ];
# Some basic hyprcursor stuff # Cursor theme for Hyprland and regular Wayland/XWayland clients.
environment.sessionVariables = { environment.sessionVariables = {
HYPRCURSOR_THEME = "Adwaita"; HYPRCURSOR_THEME = "Adwaita";
HYPRCURSOR_SIZE = "24"; HYPRCURSOR_SIZE = "24";
XCURSOR_THEME = "Adwaita";
XCURSOR_SIZE = "24";
}; };
} }