ProPresenter icon

ProPresenter 21,352321578

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": "21,352321578",
  "src": {
    "url": "https://renewedvision.com/downloads/propresenter/mac/ProPresenter_21_352321578.zip",
    "sha256": "0151ca66e4a88b3a5d8c3f4b31c2285b6cc0a093faa927f39fbe477ecd4d220a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ProPresenter.app\" && cp -r \"ProPresenter.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Presentation and production application for live events",
    "homepage": "https://renewedvision.com/propresenter/"
  }
}