PureMac icon

PureMac 2.0.0

Open-source application manager and system cleaner

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "puremac",
  "version": "2.0.0",
  "src": {
    "url": "https://github.com/momenbasel/PureMac/releases/download/v2.0.0/PureMac-2.0.0.zip",
    "sha256": "7f7f8ff16a23dfddc332a22054a4083184efadddd553b0e24fde1c68c6709d48"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PureMac.app\" && cp -r \"PureMac.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open-source application manager and system cleaner",
    "homepage": "https://github.com/momenbasel/PureMac"
  }
}