From 6a387192c77a2b139c32b07f1988a4a95708ed05 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 23 Nov 2024 11:46:04 +0300 Subject: [PATCH] Style: Add alt cursors. --- option/Style.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/option/Style.nix b/option/Style.nix index 28543985..61bc79c5 100644 --- a/option/Style.nix +++ b/option/Style.nix @@ -77,9 +77,20 @@ in { background_color = "#${cfg.color.fg.light}"; outline_color = "#${cfg.color.border}"; }); - # name = mkStrOption "Fuchsia-Custom"; name = mkStrOption "GoogleDot-Custom"; size = mkIntOption 22; + + # package = mkPkgOption (inputs.nix-cursors.packages.${pkgs.system}.fuchsia-cursor.override { + # accent_color = "#${cfg.color.accent}"; + # background_color = "#${cfg.color.fg.light}"; + # outline_color = "#${cfg.color.border}"; + # }); + # name = mkStrOption "Fuchsia-Custom"; + # size = mkIntOption 16; + + # name = mkStrOption "phinger-cursors-light"; + # package = mkPkgOption pkgs.phinger-cursors; + # size = mkIntOption 24; }; font = {