AppZapper icon

AppZapper 2.0.3

Tool to uninstall unwanted applications and their support files

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    appzapper # AppZapper
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    appzapper # AppZapper
  ];
}

Package Definition

{
  "pname": "appzapper",
  "version": "2.0.3",
  "src": {
    "url": "https://appzapper.com/downloads/appzapper203.zip",
    "sha256": "bb541a89fd513c4fa95eeefe46ebac6b985ac6498a46da4e4622089a15ef6bcd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AppZapper.app\" && cp -r \"AppZapper.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to uninstall unwanted applications and their support files",
    "homepage": "https://www.appzapper.com/"
  }
}