Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cc-pocket # CC Pocket
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cc-pocket # CC Pocket
];
} Package Definition
{
"pname": "cc-pocket",
"version": "1.101.2,180",
"src": {
"url": "https://github.com/K9i-0/ccpocket/releases/download/macos/v1.101.2%2B180/CC-Pocket-macos-v1.101.2.dmg",
"sha256": "f05eb6f44968e693c860af74d868fdedcc8bc3866253fa5717c5db894f87ddd5"
},
"installPhase": [
"mkdir -p \"$out/Applications/CC Pocket.app\" && cp -r \"CC Pocket.app\" \"$out/Applications\""
],
"meta": {
"description": "Remote client for Codex and Claude coding agents",
"homepage": "https://k9i-0.github.io/ccpocket/install/"
}
}