ATV Remote icon

ATV Remote 1.4.3

Control Apple TV from your desktop

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": "1.4.3",
  "src": {
    "url": "https://github.com/bsharper/atv-desktop-remote/releases/download/v1.4.3/ATV.Remote-1.4.3-arm64.dmg",
    "sha256": "346c95cdae25f78d4d75d9e1fafc60a6d37e05258dfadfd2a40b010231b1b39f"
  },
  "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"
  }
}