Jottacloud icon

Jottacloud 24.10.16.119762,803d1a7636fc73931dc636186eefec2487b1fe1cf052bf75b7a0337adf7078e3

Client for the Jottacloud cloud storage service

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    jottacloud # Jottacloud
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    jottacloud # Jottacloud
  ];
}

Package Definition

{
  "pname": "jottacloud",
  "version": "24.10.16.119762,803d1a7636fc73931dc636186eefec2487b1fe1cf052bf75b7a0337adf7078e3",
  "src": {
    "url": "https://sw.jotta.cloud/desktop/download/data/803d1a7636fc73931dc636186eefec2487b1fe1cf052bf75b7a0337adf7078e3/Jottacloud%20Installer.dmg",
    "sha256": "803d1a7636fc73931dc636186eefec2487b1fe1cf052bf75b7a0337adf7078e3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Jottacloud.app\" && cp -r \"Jottacloud.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for the Jottacloud cloud storage service",
    "homepage": "https://jottacloud.com/"
  }
}