more customization

This commit is contained in:
chloe 2025-01-23 22:08:28 +01:00
parent 88d798782c
commit 5e1fbf2fe3
7 changed files with 157 additions and 59 deletions

View file

@ -6,12 +6,13 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "supermariofps";
repo = "hatsune-miku-windows-linux-cursors";
rev = "v${1.2.6}";
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
rev = "1.2.6";
hash = "sha256-OQjjOc9VnxJ7tWNmpHIMzNWX6WsavAOkgPwK1XAMwtE=";
};
postInstall = ''
mkdir $out
mkdir -p $out/share/icons/miku-cursor-linux
cp -r * $out/share/icons/miku-cursor-linux
'';
}