summaryrefslogtreecommitdiff
path: root/profiles/groq.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/groq.nix')
-rw-r--r--profiles/groq.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/groq.nix b/profiles/groq.nix
index db73525..2dddf13 100644
--- a/profiles/groq.nix
+++ b/profiles/groq.nix
@@ -9,6 +9,8 @@ in {
../lib/emacs.nix
];
+ home.sessionVariables.EDITOR = "emacsclient";
+
programs.git.userEmail = lib.mkOverride 10 "bsima@groq.com";
programs.git.extraConfig.safe.directory = "/home/ggagarin/Groq";
programs.emacs.enable = true;