Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
fresh # Fresh
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
fresh # Fresh
];
}
Package Definition
{
"pname": "fresh",
"version": "4.0.7",
"src": {
"url": "https://ironicsoftware.com/downloads/Fresh.zip",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Fresh.app\" \"$out/Applications/Fresh.app\""
],
"meta": {
"description": "Keep your recently modified files at hand and up-to-date",
"homepage": "https://ironicsoftware.com/fresh/"
}
}