GrandPerspective icon

GrandPerspective 3.6.1

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.6.1",
  "src": {
    "url": "https://downloads.sourceforge.net/grandperspectiv/grandperspective/3.6.1/GrandPerspective-3_6_1.dmg",
    "sha256": "3a320532ae5759649f7083474d275762785c87786a478d303a704442876cd22f"
  },
  "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/"
  }
}