Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
portalbox # PortalBox
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
portalbox # PortalBox
];
} Package Definition
{
"pname": "portalbox",
"version": "0.1.0",
"src": {
"url": "https://releases.portalbox.friendlyventures.org/0.1.0/portalbox-macos-universal.zip",
"sha256": "219f40596fa71a15d60b9a4b36a4d6ce3b6b68dbc20597e624744b8184d1d332"
},
"installPhase": [
"mkdir -p \"$out/Applications/PortalBox.app\" && cp -r \"PortalBox.app\" \"$out/Applications\""
],
"meta": {
"description": "Share a region of your screen in video calls",
"homepage": "https://portalboxapp.com/"
}
}