Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
fastmarks # Fastmarks
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
fastmarks # Fastmarks
];
} Package Definition
{
"pname": "fastmarks",
"version": "1.3,8",
"src": {
"url": "https://get.retina.studio/fastmarks/fastmarks_8.zip",
"sha256": "506bf22706c3ec6174964b0d4edf0093c228657585e6854bae60d7c564598be4"
},
"installPhase": [
"mkdir -p \"$out/Applications/Fastmarks.app\" && cp -r \"Fastmarks.app\" \"$out/Applications\""
],
"meta": {
"description": "Search and open web browser bookmarks",
"homepage": "https://retina.studio/fastmarks/"
}
}