Disk Expert icon

Disk Expert 3.8.2,376

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": "3.8.2,376",
  "src": {
    "url": "https://nektony.com/pro-support/disk-expert/update/update_3.8.2b376.zip",
    "sha256": "3478678a86c29bd086fd42a2fd1641b0f1b489586add2727f5045aeff7e5a1cb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Disk Expert 3.app\" && cp -r \"Disk Expert 3.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Disk space analyzer",
    "homepage": "https://nektony.com/disk-expert"
  }
}