Everforest cursor theme

This commit is contained in:
Fern Garden 2025-08-05 00:15:37 +08:00
parent 751db31b02
commit de81e89df6
2 changed files with 21 additions and 3 deletions

View file

@ -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.
feishin =
(import nixpkgs-pr-feishin {