Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
atv-remote # ATV Remote
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
atv-remote # ATV Remote
];
} Package Definition
{
"pname": "atv-remote",
"version": "2.2.1",
"src": {
"url": "https://github.com/bsharper/atv-desktop-remote/releases/download/v2.2.1/ATV.Remote-2.2.1-arm64.dmg",
"sha256": "0f3cfca6a7cc68261ff302f7b5163cfd9b8b6cc6c30417580c0d537a35c84629"
},
"installPhase": [
"mkdir -p \"$out/Applications/ATV Remote.app\" && cp -r \"ATV Remote.app\" \"$out/Applications\""
],
"meta": {
"description": "Control Apple TV from your desktop",
"homepage": "https://github.com/bsharper/atv-desktop-remote"
}
}