From 23ba623e405d0aa8d554274aacd019d7a015aa9d Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Tue, 14 Jul 2026 22:45:47 -0700 Subject: X11 is so back --- users/kassouni/cursor.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 users/kassouni/cursor.nix (limited to 'users/kassouni/cursor.nix') 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"; + }; +} + -- cgit v1.3.1