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.0.0",
"src": {
"url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v5.0.0/Twake-Desktop-5.0.0-arm64.dmg",
"sha256": "5a914a7f1c18adc7dfeaf9e7183b53be12d3cafc5619e4fd99d2214ef47a6400"
},
"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/"
}
}