hyprland: fix cursor theme not applied

This commit is contained in:
Julian Mutter 2025-05-05 08:24:09 +02:00
parent 1c1e496425
commit 711859e660

View File

@ -24,8 +24,10 @@ in {
};
cursorTheme = {
package = pkgs.apple-cursor;
name = "macOS-BigSur";
name = "macOS";
size = 24;
};
};
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
}