Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
hakuneko # HakuNeko
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
hakuneko # HakuNeko
];
} Package Definition
{
"pname": "hakuneko",
"version": "6.1.7",
"src": {
"url": "https://github.com/manga-download/hakuneko/releases/download/v6.1.7/hakuneko-desktop_6.1.7_macos_amd64.dmg",
"sha256": "5ee455ce2f9bcebdf598182dccb46dbf66637d78920fce6267b30e7db170f987"
},
"installPhase": [
"mkdir -p \"$out/Applications/HakuNeko Desktop.app\" && cp -r \"HakuNeko Desktop.app\" \"$out/Applications\""
],
"meta": {
"description": "Manga and anime downloader and reader",
"homepage": "https://hakuneko.download/"
}
}