diff options
author | Ben Sima <bsima@groq.com> | 2021-04-19 12:33:38 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-01-05 10:41:58 -0800 |
commit | 3839f759af1a2437d2f3bf01997bad12a678ba1c (patch) | |
tree | 96086b9795336abb83aa883d77c3f60be49d2e0b | |
parent | 047def0c2442e0c446fb82419dec159d84cf7e3a (diff) |
enable emacs service
-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 02efc3b..c20c1d5 100644 --- a/profiles/groq.nix +++ b/profiles/groq.nix @@ -12,4 +12,5 @@ userEmail = lib.mkOverride 10 "bsima@groq.com"; }; }; + services.emacs.enable = true; } |