summaryrefslogtreecommitdiff
path: root/groq.nix
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2019-07-08 11:56:30 -0700
committerBen Sima <ben@bsima.me>2019-07-09 15:49:50 -0700
commit25f6583fbb3e964b083769d77eee6030130c3b7a (patch)
tree5354ec6d7ea4c143cb2df2fb60f88d825d834912 /groq.nix
parent52e944d0c31b532d8e414362da7dd873eeb33d12 (diff)
work emacs
Diffstat (limited to 'groq.nix')
-rw-r--r--groq.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/groq.nix b/groq.nix
index b5db56f..d1214b3 100644
--- a/groq.nix
+++ b/groq.nix
@@ -31,10 +31,11 @@ in
};
};
+ services.emacs.enable = true;
+
programs = {
emacs = {
enable = true;
- extraPackages = epkgs: import ./emacs-packages.nix { inherit epkgs; };
};
git = {