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,2308",
"src": {
"url": "https://cachefly.alfredapp.com/Alfred_5.7.2_2308.tar.gz",
"sha256": "7b80451b8b06501a9b97b3a52480b37f170e045d96cffd9c51bd0e151ad4efc8"
},
"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/"
}
}