Horos icon

Horos 4.0.1

Medical image viewer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "horos",
  "version": "4.0.1",
  "src": {
    "url": "https://horosproject.org/horos-content/Horos_4.0.1_arm64.dmg",
    "sha256": "16c6c4dee3f12138096781af438bcdf12baf6c0b63499ce110eb58600b85c4a3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Horos.app\" && cp -r \"Horos.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Medical image viewer",
    "homepage": "https://horosproject.org/"
  }
}