Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cc-switch # CC Switch
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cc-switch # CC Switch
];
} Package Definition
{
"pname": "cc-switch",
"version": "3.16.0",
"src": {
"url": "https://github.com/farion1231/cc-switch/releases/download/v3.16.0/CC-Switch-v3.16.0-macOS.dmg",
"sha256": "e8dd1f70c36d8fa46235ec6a26538793d9ef04c0539d09b784a2ff24afb625b2"
},
"installPhase": [
"mkdir -p \"$out/Applications/CC Switch.app\" && cp -r \"CC Switch.app\" \"$out/Applications\""
],
"meta": {
"description": "Configuration manager for AI coding agents",
"homepage": "https://github.com/farion1231/cc-switch"
}
}