Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
overkill # Overkill
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
overkill # Overkill
];
} Package Definition
{
"pname": "overkill",
"version": "1.0",
"src": {
"url": "https://github.com/KrauseFx/overkill-for-mac/releases/download/1.0/Overkill.zip",
"sha256": "e088b8a99ef76cffa56ec82b2f36e1461b974944de3d24996a43f503eb6c7606"
},
"installPhase": [
"mkdir -p \"$out/Applications/Overkill.app\" && cp -r \"Overkill.app\" \"$out/Applications\""
],
"meta": {
"description": "Stop iTunes from opening when you connect your iPhone",
"homepage": "https://github.com/KrauseFx/overkill-for-mac"
}
}