From 4107af53430599762ad5fb1d6520c2ad04888572 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:46:42 +0100 Subject: [PATCH] change cursor --- themes/stylix/nixy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/stylix/nixy.nix b/themes/stylix/nixy.nix index 5ee3f52..3b82f9f 100644 --- a/themes/stylix/nixy.nix +++ b/themes/stylix/nixy.nix @@ -30,8 +30,8 @@ }; cursor = { - package = pkgs.lyra-cursors; - name = "Bibata-Modern-Ice"; + package = pkgs.posy-cursors; + name = "Posy-Cursor-Mono"; size = 24; };