commit 75706e97e2d8c31194b920cf0a74b09bbd03a8da
parent 0abf060c51937513fe86c4695966e4b69d42258b
Author: Chris <chris@echoz.io>
Date: Fri, 8 May 2026 04:18:59 +0200
fix(claude): make settings.json mutable so it doesn't whine
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/claude-code/default.nix b/modules/claude-code/default.nix
@@ -29,5 +29,10 @@
url = "https://mcp.stafftastic.com/mcp/http";
};
};
+
+ home.file.".claude/settings.json" = {
+ mutable = true;
+ force = true;
+ };
};
}