summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2021-04-19 12:33:38 -0700
committerBen Sima <bsima@groq.com>2022-01-05 10:41:58 -0800
commit3839f759af1a2437d2f3bf01997bad12a678ba1c (patch)
tree96086b9795336abb83aa883d77c3f60be49d2e0b /profiles
parent047def0c2442e0c446fb82419dec159d84cf7e3a (diff)
enable emacs service
Diffstat (limited to 'profiles')
-rw-r--r--profiles/groq.nix1
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;
}