Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
presentify # Presentify
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
presentify # Presentify
];
} Package Definition
{
"pname": "presentify",
"version": "8.0.8",
"src": {
"url": "https://rampatra.github.io/presentify-updates/Presentify-8.0.8.dmg",
"sha256": "7cdcffbb69623746dfd21ba0fa0c4c3a4a62747e96001b43d73db7b454a1c14e"
},
"installPhase": [
"mkdir -p \"$out/Applications/Presentify.app\" && cp -r \"Presentify.app\" \"$out/Applications\""
],
"meta": {
"description": "Annotate screens, highlight cursors, and spotlight or zoom key areas",
"homepage": "https://presentifyapp.com/"
}
}