Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
tagger # Tagger
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
tagger # Tagger
];
}
Package Definition
{
"pname": "tagger",
"version": "1.8.0.7",
"src": {
"url": "https://github.com/Bilalh/Tagger/releases/download/1.8.0/Tagger_1.8.0.7.zip",
"sha256": "a4745dcf88f1691d2c681a87e6cfb6326200b6a2d9dfb53c2c62c67905a09e16"
},
"installPhase": [
"mkdir -p \"$out/Applications/Tagger.app\" && cp -r \"Tagger.app\" \"$out/Applications\""
],
"meta": {
"description": "Music metadata editor supporting batch edits and importing VGMdb data",
"homepage": "https://bilalh.github.io/projects/tagger/"
}
}