From 14f9629ad2c2d37183bc8f8dd4776545322b8bc0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 10 Feb 2022 10:00:44 -0800 Subject: enable emacs program in groq --- profiles/groq.nix | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3