diff options
-rw-r--r-- | profiles/groq.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/groq.nix b/profiles/groq.nix index c20c1d5..b9c8c37 100644 --- a/profiles/groq.nix +++ b/profiles/groq.nix @@ -10,6 +10,9 @@ programs = { git = { userEmail = lib.mkOverride 10 "bsima@groq.com"; + extraConfig = { + commit.verbose = true; + }; }; }; services.emacs.enable = true; |