diff --git a/home.nix b/home.nix index d9161e4..b826da4 100644 --- a/home.nix +++ b/home.nix @@ -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 = {