Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
pxplay # PXPlay
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
pxplay # PXPlay
];
}
Package Definition
{
"pname": "pxplay",
"version": "1.5.0,6.8.0",
"src": {
"url": "https://github.com/streamingdv/PSPlay-Application-Hosting/releases/download/v1.5.0_v6.8.0/PXPlay_1.5.0_macOSX_arm64.dmg",
"sha256": "6358c6f0615859456530d15806d61a4c2f59f658b1c18f9817a96b2706bc720d"
},
"installPhase": [
"mkdir -p \"$out/Applications/PXPlay.app\" && cp -r \"PXPlay.app\" \"$out/Applications\""
],
"meta": {
"description": "Third-party Remote Play client for PlayStation consoles",
"homepage": "https://streamingdv.github.io/pxplay/"
}
}