diff options
-rw-r--r-- | profiles/groq.nix | 9 |
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; } |