PicView icon

PicView 5.0.4

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