Style: Remove nix-cursors.

This commit is contained in:
Dmitry Voronin 2024-12-19 09:37:14 +03:00
parent 1188ba617d
commit a735fe7fa8
2 changed files with 3 additions and 27 deletions

View file

@ -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";

View file

@ -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 = {