Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
deskpad # DeskPad
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
deskpad # DeskPad
];
}
Package Definition
{
"pname": "deskpad",
"version": "1.3.2",
"src": {
"url": "https://github.com/Stengo/DeskPad/releases/download/v1.3.2/DeskPad.app.zip",
"sha256": "b7aae212364193177a6feb2fed6a7942ae9a705d6d491c15e479c58585b85ae0"
},
"installPhase": [
"mkdir -p \"$out/Applications/DeskPad.app\" && cp -r \"DeskPad.app\" \"$out/Applications\""
],
"meta": {
"description": "Virtual monitor for screen sharing",
"homepage": "https://github.com/Stengo/DeskPad"
}
}