From d3e4ee75f046d60164d60eb5ad95f05269cd84db Mon Sep 17 00:00:00 2001 From: unexplrd Date: Fri, 28 Mar 2025 16:13:37 +0200 Subject: [PATCH] hosts/eldrid/stylix.nix: change cursor Signed-off-by: unexplrd --- hosts/eldrid/stylix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/eldrid/stylix.nix b/hosts/eldrid/stylix.nix index 522bff6..73bc361 100644 --- a/hosts/eldrid/stylix.nix +++ b/hosts/eldrid/stylix.nix @@ -15,9 +15,9 @@ base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml"; polarity = "dark"; cursor = { - package = pkgs.bibata-cursors; - name = "Bibata-Modern-Classic"; - size = 24; + package = pkgs.nordzy-cursor-theme; + name = "Nordzy-cursors"; + size = 32; }; image = builtins.fetchurl { url = "https://w.wallhaven.cc/full/l8/wallhaven-l8l9gq.png";