PicView icon

PicView 5.0.6

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.6",
  "src": {
    "url": "https://github.com/Ruben2776/PicView/releases/download/5.0.6/PicView-5.0.6-macOS-arm64.dmg",
    "sha256": "1adac9ee3d19b02b56c9ce3e47322dba4ea735df08633033a6190aee24e49402"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PicView.app\" && cp -r \"PicView.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Picture viewer",
    "homepage": "https://picview.org/"
  }
}