summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2021-10-20 06:17:10 -0700
committerBen Sima <bsima@groq.com>2022-01-05 10:42:48 -0800
commitba3bc74c554d611be391e39dd23d6b7981ec3839 (patch)
tree9870d4983cf082736c385d8d4a6c855ef2dbe739 /profiles
parent1612ffbf37573ddaf274155d40ee95652d93bd4f (diff)
git: verbose commit
Diffstat (limited to 'profiles')
-rw-r--r--profiles/groq.nix3
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;