Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
sequential # Sequential
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
sequential # Sequential
];
}
Package Definition
{
"pname": "sequential",
"version": "2.1.2",
"src": {
"url": "http://sequentialx.com/Sequential2.1.2.zip",
"sha256": "7a9247e8623da5b6c74b65ad6d9e0be7667b832816134393e871e584c00eee64"
},
"installPhase": [
"mkdir -p \"$out/Applications/Sequential.app\" && cp -r \"Sequential.app\" \"$out/Applications\""
],
"meta": {
"description": "Displays folders and archives of images and PDF files",
"homepage": "http://sequentialx.com/"
}
}