diff --git a/flake.nix b/flake.nix index 5a7f5064..224bd5f9 100644 --- a/flake.nix +++ b/flake.nix @@ -20,12 +20,6 @@ }; }; - # SOURCE: https://github.com/LilleAila/nix-cursors - nix-cursors = { - url = "github:LilleAila/nix-cursors"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # SOURCE: https://github.com/danth/stylix stylix = { url = "github:danth/stylix/release-24.05"; diff --git a/option/Style.nix b/option/Style.nix index 6de1fb30..7d6d67e5 100644 --- a/option/Style.nix +++ b/option/Style.nix @@ -74,27 +74,9 @@ in }; cursor = { - package = mkPkgOption ( - inputs.nix-cursors.packages.${pkgs.system}.google-cursor.override { - accent_color = "#${cfg.color.fg.light}"; - background_color = "#${cfg.color.fg.light}"; - outline_color = "#${cfg.color.border}"; - } - ); - 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; + name = mkStrOption "phinger-cursors-light"; + package = mkPkgOption pkgs.phinger-cursors; + size = mkIntOption 24; }; font = {