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