feat: add apple cursor?

This commit is contained in:
Youwen Wu 2024-10-12 14:44:51 -07:00
parent c4f6031ab1
commit fed012ab1a
Signed by untrusted user: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -25,4 +25,14 @@
enable = true;
wrapperFeatures.gtk = true;
};
home.pointerCursor = {
name = "apple_cursor";
package = pkgs.apple-cursor;
size = 24;
x11 = {
enable = true;
defaultCursor = "apple_cursor";
};
};
}