Tandem icon

Tandem 3.0.0,251226zduiutrs9

Virtual office for remote teams

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tandem",
  "version": "3.0.0,251226zduiutrs9",
  "src": {
    "url": "https://download.todesktop.com/200527auaqaacsy/Tandem%203.0.0%20-%20Build%20251226zduiutrs9-arm64.dmg",
    "sha256": "752cb298635d614c59737806fb8ed13ba485d87d3a8ecc2b6eb03dc2f9c1503c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tandem.app\" && cp -r \"Tandem.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Virtual office for remote teams",
    "homepage": "https://tandem.chat/"
  }
}