mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
trying to add miku-cursor pkg
This commit is contained in:
parent
7cd9906bc1
commit
d9d7ee2ac3
2 changed files with 19 additions and 0 deletions
13
packages/miku-cursor.nix
Normal file
13
packages/miku-cursor.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{stdenv, fetchFromGitHub}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "miku-cursor-linux";
|
||||
version = "1.2.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "supermariofps";
|
||||
repo = "hatsune-miku-windows-linux-cursors";
|
||||
rev = "v${1.2.6}";
|
||||
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue