Style: Remove nix-cursors.
This commit is contained in:
parent
1188ba617d
commit
a735fe7fa8
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue