Go2TV icon

Go2TV 2.5.0

Cast media files to Smart TVs and Chromecast devices

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "go2tv",
  "version": "2.5.0",
  "src": {
    "url": "https://github.com/alexballas/go2tv/releases/download/v2.5.0/go2tv_v2.5.0_macOS_arm64.zip",
    "sha256": "13772ffefefd5d12a9da01e1ea1f71c534128e3249c083ab0513f46e0bae504d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/go2tv.app\" && cp -r \"go2tv.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cast media files to Smart TVs and Chromecast devices",
    "homepage": "https://github.com/alexballas/go2tv"
  }
}