feat: add apple cursor?
This commit is contained in:
parent
c4f6031ab1
commit
fed012ab1a
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue