Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
command-pad # Command Pad
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
command-pad # Command Pad
];
}
Package Definition
{
"pname": "command-pad",
"version": "0.1.2",
"src": {
"url": "https://github.com/supnate/command-pad/releases/download/v0.1.2/Command.Pad-0.1.2.dmg",
"sha256": "c889b42e9ec648f0b8cfc2cf65b56f5c40fc139486ef236eaa73b29fcc47db6a"
},
"installPhase": [
"mkdir -p \"$out/Applications/Command Pad.app\" && cp -r \"Command Pad.app\" \"$out/Applications\""
],
"meta": {
"description": "Start and stop command-line tools and monitor the output",
"homepage": "https://github.com/supnate/command-pad"
}
}