PicView icon

PicView 5.0.5

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