Gather Town icon

Gather Town 1.33.2

Virtual video-calling space

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    gather # Gather Town
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    gather # Gather Town
  ];
}

Package Definition

{
  "pname": "gather",
  "version": "1.33.2",
  "src": {
    "url": "https://github.com/gathertown/gather-town-desktop-releases/releases/download/v1.33.2/Gather-1.33.2-arm64-mac.zip",
    "sha256": "e6ddb8ab468b12426723458a4ec887b926b51523aa4fa4488cd23771437627aa"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gather.app\" && cp -r \"Gather.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Virtual video-calling space",
    "homepage": "https://gather.town/"
  }
}