Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
notchi # Notchi
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
notchi # Notchi
];
} Package Definition
{
"pname": "notchi",
"version": "1.0.5",
"src": {
"url": "https://github.com/sk-ruban/notchi/releases/download/v1.0.5/Notchi-1.0.5.dmg",
"sha256": "8580394f7aee6e33790e4e545f042235f7dab944827fe1841a2bc2680afbe225"
},
"installPhase": [
"mkdir -p \"$out/Applications/Notchi.app\" && cp -r \"Notchi.app\" \"$out/Applications\""
],
"meta": {
"description": "Notch companion for Claude Code",
"homepage": "https://notchi.app/"
}
}