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.1",
"src": {
"url": "https://github.com/farion1231/cc-switch/releases/download/v3.16.1/CC-Switch-v3.16.1-macOS.dmg",
"sha256": "6f9426d597188651492a12f88ba27a46818b57cb9fdf2db364fa5fc62a61ffda"
},
"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"
}
}