Compare commits
3 Commits
9d420e7bb9
...
ea03f7d998
| Author | SHA1 | Date | |
|---|---|---|---|
| ea03f7d998 | |||
| b14299e94e | |||
| 23897093b2 |
@@ -166,6 +166,23 @@
|
|||||||
# Use kickstart.nvim configuration from flake
|
# Use kickstart.nvim configuration from flake
|
||||||
programs.neovim-kickstart.enable = true;
|
programs.neovim-kickstart.enable = true;
|
||||||
|
|
||||||
|
# Claude Code configuration
|
||||||
|
home.file.".claude/settings.json" = {
|
||||||
|
text = builtins.toJSON {
|
||||||
|
permissions = {
|
||||||
|
allow = [
|
||||||
|
"Edit"
|
||||||
|
"Write"
|
||||||
|
"Bash(git:*)"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
customInstructions = "When working in a git repository, always use conventional commits format (e.g., feat:, fix:, docs:, style:, refactor:, test:, chore:) for commit messages. Do not include the Claude Code signature or Co-Authored-By line in commit messages.";
|
||||||
|
alwaysThinkingEnabled = true;
|
||||||
|
includeCoAuthoredBy = false;
|
||||||
|
};
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableDefaultConfig = false;
|
enableDefaultConfig = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user