Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
sleek-app # sleek
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
sleek-app # sleek
];
} Package Definition
{
"pname": "sleek-app",
"version": "2.0.25",
"src": {
"url": "https://github.com/ransome1/sleek/releases/download/v2.0.25/sleek-2.0.25-mac-arm64.dmg",
"sha256": "33ddaf957ef0da8e77638d0203614bcfc0465f5fe5fe05917e8697bd43b5094b"
},
"installPhase": [
"mkdir -p \"$out/Applications/sleek.app\" && cp -r \"sleek.app\" \"$out/Applications\""
],
"meta": {
"description": "Todo manager based on the todo.txt syntax",
"homepage": "https://github.com/ransome1/sleek"
}
}