SiriMote icon

SiriMote 1.4.5

Control your computer with your Apple TV Siri Remote

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sirimote # SiriMote
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sirimote # SiriMote
  ];
}

Package Definition

{
  "pname": "sirimote",
  "version": "1.4.5",
  "src": {
    "url": "https://eternalstorms.at/sirimote/SiriMote.zip",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"SiriMote.app\" \"$out/Applications/SiriMote.app\""
  ],
  "meta": {
    "description": "Control your computer with your Apple TV Siri Remote",
    "homepage": "https://eternalstorms.at/sirimote"
  }
}