huzza, cursor issue has been fixedgit add --patch users/stitchynyan/home.nixgit add --patch users/stitchynyan/home.nix

This commit is contained in:
stitchy 2024-07-30 14:41:54 +00:00
parent 00cb1bbe74
commit 54e9588487
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -147,10 +147,10 @@ in
}; };
home.pointerCursor = { home.pointerCursor = {
name = "phinger-cursors"; name = "phinger-cursors-dark";
package = pkgs.phinger-cursors; package = pkgs.phinger-cursors;
gtk.enable = true; gtk.enable = true;
size = 64; size = 24;
}; };
# Read the Docs before change # Read the Docs before change