summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-01-05 10:44:46 -0800
committerBen Sima <bsima@groq.com>2022-02-09 10:19:41 -0800
commit300da08cfced6d91e1b69b257f36eb6541527a32 (patch)
tree64859fcf968225450d93fa4ce6269faea31c2f53 /profiles
parent637df81d6359a6396627da26fb16c30fb568a3e4 (diff)
resolve duplicate commit.verbose setting
Diffstat (limited to 'profiles')
-rw-r--r--profiles/groq.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/profiles/groq.nix b/profiles/groq.nix
index b9c8c37..a12a5a2 100644
--- a/profiles/groq.nix
+++ b/profiles/groq.nix
@@ -7,13 +7,6 @@
../lib/ssh.nix
];
- programs = {
- git = {
- userEmail = lib.mkOverride 10 "bsima@groq.com";
- extraConfig = {
- commit.verbose = true;
- };
- };
- };
+ programs.git.userEmail = lib.mkOverride 10 "bsima@groq.com";
services.emacs.enable = true;
}