summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-11-15 07:33:10 -0800
committerBen Sima <bsima@groq.com>2024-04-17 13:01:43 -0700
commitba9270d2733e110071fa131fdcdbe80b91a134ca (patch)
tree6a0454af7002138571585125e84de38099ac2596
parent021c3f0c7e2428f8b34590e3c05307fd5694d7ba (diff)
add random groq stuff
-rw-r--r--profiles/groq.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/groq.nix b/profiles/groq.nix
index 1c6ab24..db73525 100644
--- a/profiles/groq.nix
+++ b/profiles/groq.nix
@@ -6,12 +6,16 @@ in {
imports = [
../lib/common.nix
../lib/packages.nix
+ ../lib/emacs.nix
];
programs.git.userEmail = lib.mkOverride 10 "bsima@groq.com";
+ programs.git.extraConfig.safe.directory = "/home/ggagarin/Groq";
programs.emacs.enable = true;
services.emacs.enable = true;
+ programs.pandoc.enable = true;
+
# i use a separate passphrase-protected key for getting my personal git repos
# onto my groq machine
programs.ssh = {