mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more customization
This commit is contained in:
parent
88d798782c
commit
5e1fbf2fe3
7 changed files with 157 additions and 59 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue