GrandPerspective icon

GrandPerspective 3.5.3

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.5.3",
  "src": {
    "url": "https://downloads.sourceforge.net/grandperspectiv/grandperspective/3.5.3/GrandPerspective-3_5_3.dmg",
    "sha256": "c44b17968b2f8a11b9d9761e0d7a1827117dcccb5966d121315b42f72c1cd9f8"
  },
  "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/"
  }
}