feat: switch back to stable phinger-cursors

Should be updated to 2.0 tomorrow.
This commit is contained in:
buffet 2024-04-21 14:12:43 +02:00
parent f3659e689c
commit 3fad204c98

View file

@ -86,13 +86,7 @@
];
pointerCursor = {
package = pkgs.phinger-cursors.overrideAttrs (_: rec {
version = "2.0-beta.1";
src = pkgs.fetchurl {
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
sha256 = "sha256-jnPB83lxb0/c69yFBzOBNsE227arbqS/iBzJFtyGyGo=";
};
});
package = pkgs.phinger-cursors;
name = "phinger-cursors-light";
gtk.enable = true;
};