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.2.4",
"src": {
"url": "https://releases.portalbox.friendlyventures.org/0.2.4/portalbox-macos-universal.zip",
"sha256": "a858cec80ce5a8d7b68f2a49e53bb0a6a90e61dbf7ac160e25c51e87a8560506"
},
"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/"
}
}