PicView icon

PicView 5.0.2

Picture viewer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "picview",
  "version": "5.0.2",
  "src": {
    "url": "https://github.com/Ruben2776/PicView/releases/download/5.0.2/PicView-5.0.2-macOS-arm64.dmg",
    "sha256": "07627e63fc66bccf01be1d4ee0a40f288f77e305f70e04135f1a21d7c5153b46"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PicView.app\" && cp -r \"PicView.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Picture viewer",
    "homepage": "https://picview.org/"
  }
}