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.1.4",
"src": {
"url": "https://rampatra.github.io/presentify-updates/Presentify-8.1.4.dmg",
"sha256": "58ebb945db724ada06160723b6a94ba4cec9f736c61061a91bf27a8ff181d878"
},
"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/"
}
}