diff options
-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; } |