From 300da08cfced6d91e1b69b257f36eb6541527a32 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 5 Jan 2022 10:44:46 -0800 Subject: resolve duplicate commit.verbose setting --- profiles/groq.nix | 9 +-------- 1 file changed, 1 insertion(+), 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; } -- cgit v1.2.3