GrandPerspective icon

GrandPerspective 3.7.0

Graphically shows disk usage within a file system

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "grandperspective",
  "version": "3.7.0",
  "src": {
    "url": "https://downloads.sourceforge.net/grandperspectiv/grandperspective/3.7.0/GrandPerspective-3_7_0.dmg",
    "sha256": "9764ee28e01d3f0d047f81d5405ab96042c0ed8e27932d9a8547378cbfd6156e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GrandPerspective.app\" && cp -r \"GrandPerspective.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Graphically shows disk usage within a file system",
    "homepage": "https://grandperspectiv.sourceforge.net/"
  }
}