feat(server): persist ~/.claude ~/.claude.json

This commit is contained in:
2025-11-24 18:04:11 +08:00
parent 54d6eb73c5
commit 4cb4a6c48d
+4
View File
@@ -19,6 +19,10 @@
".cache" ".cache"
".ollama" ".ollama"
".claude"
];
homeFiles = [
".claude.json"
]; ];
}; };
}; };