Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
lotus # Lotus
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
lotus # Lotus
];
} Package Definition
{
"pname": "lotus",
"version": "1.3.3",
"src": {
"url": "https://app-updates.vadimdemedes.com/lotus/download/Lotus-1.3.3-mac.zip",
"sha256": "198646e1fd02c07c2695b7d1ffcda1473103734f971b13524440e4fdf4fee1b0"
},
"installPhase": [
"mkdir -p \"$out/Applications/Lotus.app\" && cp -r \"Lotus.app\" \"$out/Applications\""
],
"meta": {
"description": "Keep up with GitHub notifications",
"homepage": "https://getlotus.app/"
}
}