ProPresenter icon

ProPresenter 18.1,302055490

Presentation and production application for live events

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "propresenter",
  "version": "18.1,302055490",
  "src": {
    "url": "https://renewedvision.com/downloads/propresenter/mac/ProPresenter_18.1_302055490.zip",
    "sha256": "61ebc003e027d3b873ff831f5b7cdc91d0494b2a2dff454db446295e24f6b2db"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ProPresenter.app\" \"$out/Applications/ProPresenter.app\""
  ],
  "meta": {
    "description": "Presentation and production application for live events",
    "homepage": "https://renewedvision.com/propresenter/"
  }
}