diff options
Diffstat (limited to 'users/kassouni/cursor.nix')
| -rw-r--r-- | users/kassouni/cursor.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/kassouni/cursor.nix b/users/kassouni/cursor.nix new file mode 100644 index 0000000..5708aca --- /dev/null +++ b/users/kassouni/cursor.nix @@ -0,0 +1,7 @@ +{pkgs, ...}: { +home.pointerCursor = { + package = pkgs.apple-cursor; + name = "macOS"; + }; +} + |
