From ca71898f7896e968c14c296fa221723e763da908 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 21 Jul 2025 16:06:59 -0400 Subject: [PATCH] custom cursor --- home/crow/common/core/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/crow/common/core/default.nix b/home/crow/common/core/default.nix index 6678920..0a19236 100644 --- a/home/crow/common/core/default.nix +++ b/home/crow/common/core/default.nix @@ -44,4 +44,11 @@ in { EDITOR = "nvim"; }; }; + + home.pointerCursor = { + name = "phinger-cursors-dark"; + package = pkgs.phinger-cursors; + size = 32; + gtk.enable = true; + }; }