Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
gitfit # GitFit
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
gitfit # GitFit
];
} Package Definition
{
"pname": "gitfit",
"version": "1.2.0",
"src": {
"url": "https://github.com/rebelchris/git-fit/releases/download/v1.2.0/GitFit-1.2.0.dmg",
"sha256": "3ae76e4c475bf81c495d13ba19591f405a7c07c767364ce68022a04835cf8d26"
},
"installPhase": [
"mkdir -p \"$out/Applications/GitFit.app\" && cp -r \"GitFit.app\" \"$out/Applications\""
],
"meta": {
"description": "Micro-workouts while waiting for AI code generation",
"homepage": "https://git-fit.app/"
}
}