Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
muyu # Muyu
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
muyu # Muyu
];
}
Package Definition
{
"pname": "muyu",
"version": "1.5.1,43",
"src": {
"url": "https://breakit.thriller.fun/packages/appcast/Muyu.v1.5.1_43.zip",
"sha256": "595ced25efae4a9b65f35897d3372d4f4814bfabb9f1229087c9080cd165f560"
},
"installPhase": [
"mkdir -p \"$out/Applications/Muyu.app\" && cp -r \"Muyu.app\" \"$out/Applications\""
],
"meta": {
"description": "Combination of work efficiency and health",
"homepage": "https://breakit.thriller.fun/"
}
}