Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
clarc # Clarc
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
clarc # Clarc
];
} Package Definition
{
"pname": "clarc",
"version": "1.4.1",
"src": {
"url": "https://github.com/ttnear/Clarc/releases/download/v1.4.1/Clarc-1.4.1.zip",
"sha256": "ca7a69fcc74de547d53eaeb33725a8a1fb07ff21af7f2737c9408d1189906928"
},
"installPhase": [
"mkdir -p \"$out/Applications/Clarc.app\" && cp -r \"Clarc.app\" \"$out/Applications\""
],
"meta": {
"description": "Desktop client for Claude Code",
"homepage": "https://github.com/ttnear/Clarc"
}
}