Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
alfred_prerelease # Alfred
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
alfred_prerelease # Alfred
];
} Package Definition
{
"pname": "alfred_prerelease",
"version": "5.7.2,2312",
"src": {
"url": "https://cachefly.alfredapp.com/Alfred_5.7.2_2312.tar.gz",
"sha256": "87ed4b81099a4a8aed67477d634250d4abcd31c4f02179d373758908c92d735d"
},
"installPhase": [
"mkdir -p \"$out/Applications/Alfred 5.app\" && cp -r \"Alfred 5.app\" \"$out/Applications\""
],
"meta": {
"description": "Application launcher and productivity software",
"homepage": "https://www.alfredapp.com/"
}
}