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