Tandem icon

Tandem 2.2.1624,241209mvtuo08v4

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": "2.2.1624,241209mvtuo08v4",
  "src": {
    "url": "https://download.todesktop.com/200527auaqaacsy/Tandem%202.2.1624%20-%20Build%20241209mvtuo08v4-arm64.dmg",
    "sha256": "027abbb408dbb933774964ddcc3e6280844749ddbf3faacd2541d39e6a6eb13a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Tandem.app\" \"$out/Applications/Tandem.app\""
  ],
  "meta": {
    "description": "Virtual office for remote teams",
    "homepage": "https://tandem.chat/"
  }
}