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