feat(claude): enable always thinking mode and force settings file

Add alwaysThinkingEnabled option and force flag to overwrite existing
settings.json file managed outside of home-manager.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-03-15 12:20:02 -04:00
parent 23897093b2
commit b14299e94e
+2
View File
@@ -177,7 +177,9 @@
];
};
customInstructions = "When working in a git repository, always use conventional commits format (e.g., feat:, fix:, docs:, style:, refactor:, test:, chore:) for commit messages.";
alwaysThinkingEnabled = true;
};
force = true;
};
programs.ssh = {