From 54e9588487e06f47f998dfdbc54714a1fab1a9b0 Mon Sep 17 00:00:00 2001 From: stitchy Date: Tue, 30 Jul 2024 14:41:54 +0000 Subject: [PATCH] huzza, cursor issue has been fixedgit add --patch users/stitchynyan/home.nixgit add --patch users/stitchynyan/home.nix --- users/stitchynyan/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/stitchynyan/home.nix b/users/stitchynyan/home.nix index f639964..076884e 100644 --- a/users/stitchynyan/home.nix +++ b/users/stitchynyan/home.nix @@ -147,10 +147,10 @@ in }; home.pointerCursor = { - name = "phinger-cursors"; + name = "phinger-cursors-dark"; package = pkgs.phinger-cursors; gtk.enable = true; - size = 64; + size = 24; }; # Read the Docs before change