Twake Desktop icon

Twake Desktop 5.2.0

File synchronisation for Twake Workplace

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    twake # Twake Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    twake # Twake Desktop
  ];
}

Package Definition

{
  "pname": "twake",
  "version": "5.2.0",
  "src": {
    "url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v5.2.0/Twake-Desktop-5.2.0-arm64.dmg",
    "sha256": "4909fd3b649810782ab65baee323a735f38087747ea3732beeedf67806913fde"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Twake Desktop.app\" && cp -r \"Twake Desktop.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "File synchronisation for Twake Workplace",
    "homepage": "https://twake.app/"
  }
}