Disk Expert icon

Disk Expert 5.1,529

Disk space analyzer

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    disk-expert # Disk Expert
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    disk-expert # Disk Expert
  ];
}

Package Definition

{
  "pname": "disk-expert",
  "version": "5.1,529",
  "src": {
    "url": "https://download.nektony.com/download/diskexpert/disk-space-analyzer.dmg?build=529",
    "sha256": "831b172bc75d3612fcbbd3b0c75e2d155a464b18097dee2fb456c483a47dde3f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Disk Expert 5.app\" && cp -r \"Disk Expert 5.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Disk space analyzer",
    "homepage": "https://nektony.com/disk-expert"
  }
}