Prezi Next icon

Prezi Next 1.63.0

Presentation software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    prezi-next # Prezi Next
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    prezi-next # Prezi Next
  ];
}

Package Definition

{
  "pname": "prezi-next",
  "version": "1.63.0",
  "src": {
    "url": "https://desktopassets.prezi.com/mac/pitch/releases/Prezi_Next_1.63.0.dmg",
    "sha256": "6fa4e5858881d8bd8b8258129ad7f50f5d03471666b154bdcfe0fd799b671683"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Prezi Next.app\" && cp -r \"Prezi Next.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Presentation software",
    "homepage": "https://prezi.com/"
  }
}