feat: add macOS Monterey cursor
This commit is contained in:
parent
9bafd5f618
commit
36f625d387
5 changed files with 56 additions and 72 deletions
9
users/gandalf/modules/gui/cursor.nix
Normal file
9
users/gandalf/modules/gui/cursor.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
home.pointerCursor = {
|
||||
name = "macOS-Monterey";
|
||||
package = pkgs.apple-cursor;
|
||||
size = 32;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue