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
|
# SOURCE: https://github.com/danth/stylix
|
||||||
stylix = {
|
stylix = {
|
||||||
url = "github:danth/stylix/release-24.05";
|
url = "github:danth/stylix/release-24.05";
|
||||||
|
|
|
@ -74,27 +74,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
package = mkPkgOption (
|
name = mkStrOption "phinger-cursors-light";
|
||||||
inputs.nix-cursors.packages.${pkgs.system}.google-cursor.override {
|
package = mkPkgOption pkgs.phinger-cursors;
|
||||||
accent_color = "#${cfg.color.fg.light}";
|
size = mkIntOption 24;
|
||||||
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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
|
|
Loading…
Reference in a new issue