summaryrefslogtreecommitdiff
path: root/users/kassouni/cursor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/kassouni/cursor.nix')
-rw-r--r--users/kassouni/cursor.nix7
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";
+ };
+}
+