Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
quit-all # QuitAll
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
quit-all # QuitAll
];
}
Package Definition
{
"pname": "quit-all",
"version": "1.3.5",
"src": {
"url": "https://amicoapps.com/wp-content/updates/quitall-1.3.5.zip",
"sha256": "25baf8146c775018ca13e7f207646694ce187eb39cfdf90bdf2136ebdc0c2215"
},
"installPhase": [
"mkdir -p \"$out/Applications/QuitAll.app\" && cp -r \"QuitAll.app\" \"$out/Applications\""
],
"meta": {
"description": "Quickly quit one, some, or all apps",
"homepage": "https://amicoapps.com/app/quit-all/"
}
}