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.1.1",
"src": {
"url": "https://github.com/cozy-labs/cozy-desktop/releases/download/v5.1.1/Twake-Desktop-5.1.1-arm64.dmg",
"sha256": "92172fa54de051ffd43bc48a8ee32d4a1041b72f1cd34d741d1f6cd7c910c0e9"
},
"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/"
}
}