TruHu icon

TruHu 330

Display calibration utility

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "truhu",
  "version": "330",
  "src": {
    "url": "https://truhu-mobile-builds.s3.amazonaws.com/TruHu+Desktop+330.dmg",
    "sha256": "89c82ace48605c2081c4f6a901c16e5ad557d3e3e3a10c2d23e241ed4c17f730"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TruHu Mac Desktop.app\" && cp -r \"TruHu Mac Desktop.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Display calibration utility",
    "homepage": "https://truhu.app/"
  }
}