Tandem icon

Tandem 2.2.1623,241126b1r8xzlay

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.1623,241126b1r8xzlay",
  "src": {
    "url": "https://download.todesktop.com/200527auaqaacsy/Tandem%202.2.1623%20-%20Build%20241126b1r8xzlay-arm64.dmg",
    "sha256": "0db4e315090dbd335588be1dd786a93261627c86786846aa3b1dcb77ef939e5f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Tandem.app\" \"$out/Applications/Tandem.app\""
  ],
  "meta": {
    "description": "Virtual office for remote teams",
    "homepage": "https://tandem.chat/"
  }
}