diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/groq.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/groq.nix b/profiles/groq.nix index 757b47b..1c6ab24 100644 --- a/profiles/groq.nix +++ b/profiles/groq.nix @@ -9,6 +9,7 @@ in { ]; programs.git.userEmail = lib.mkOverride 10 "bsima@groq.com"; + programs.emacs.enable = true; services.emacs.enable = true; # i use a separate passphrase-protected key for getting my personal git repos |