Everforest cursor theme
This commit is contained in:
parent
751db31b02
commit
de81e89df6
2 changed files with 21 additions and 3 deletions
18
overlay.nix
18
overlay.nix
|
@ -44,6 +44,24 @@ with inputs;
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Phinger cursors (everforest version).
|
||||||
|
phinger-cursors-everforest = prev.phinger-cursors.overrideAttrs (prevAttrs: rec {
|
||||||
|
pname = "phinger-cursors-everforest";
|
||||||
|
version = "3212590527";
|
||||||
|
|
||||||
|
src = prev.fetchurl {
|
||||||
|
url = "https://github.com/talwat/everforest-cursors/releases/download/${version}/everforest-cursors-variants.tar.bz2";
|
||||||
|
sha256 = "sha256-xXgtN9wbjbrGLUGYymMEGug9xEs9y44mq18yZVdbiuU=";
|
||||||
|
};
|
||||||
|
|
||||||
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
|
mkdir -p $out/share/icons
|
||||||
|
cp -r ./everforest-cursors* $out/share/icons
|
||||||
|
runHook postInstall
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
# Latest Feishin.
|
# Latest Feishin.
|
||||||
feishin =
|
feishin =
|
||||||
(import nixpkgs-pr-feishin {
|
(import nixpkgs-pr-feishin {
|
||||||
|
|
|
@ -117,9 +117,9 @@
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
name = "Adwaita";
|
name = "everforest-cursors";
|
||||||
package = pkgs.adwaita-icon-theme;
|
package = pkgs.phinger-cursors-everforest;
|
||||||
size = 24;
|
size = 32;
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue