diff options
author | Ben Sima <bsima@groq.com> | 2022-02-10 10:00:44 -0800 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-02-10 10:00:50 -0800 |
commit | 14f9629ad2c2d37183bc8f8dd4776545322b8bc0 (patch) | |
tree | 9632d3e7dbc4c4db01f3e97b49d92ce4913fd33d /profiles | |
parent | 2fd5f6f5753c3269f72c0b8965ae0613c09c0123 (diff) |
enable emacs program in groq
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 |