Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
locu # Locu
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
locu # Locu
];
} Package Definition
{
"pname": "locu",
"version": "0.24.3",
"src": {
"url": "https://locu.sfo2.digitaloceanspaces.com/Locu-0.24.3-arm64-mac.zip",
"sha256": "69861765d1872acb4c8cbb8e58e1f30bba5b0735a85a953e998b160a22d665ce"
},
"installPhase": [
"mkdir -p \"$out/Applications/Locu.app\" && cp -r \"Locu.app\" \"$out/Applications\""
],
"meta": {
"description": "Daily planner and focus timer",
"homepage": "https://locu.app/"
}
}