From b0fe5a6d1b09cc8b2563c3ca9b679a22c67f00f3 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 23 Oct 2024 13:12:43 +0300 Subject: [PATCH] Style: Fix cursor name. --- config/Style.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Style.nix b/config/Style.nix index 04a3cd3f..1651b902 100644 --- a/config/Style.nix +++ b/config/Style.nix @@ -110,7 +110,7 @@ in # }; cursor = { - name = mkStrOption "phinger-cursors"; + name = mkStrOption "phinger-cursors-dark"; package = mkPkgOption pkgs.phinger-cursors; size = mkIntOption 24; };