From 7a1493f1e78388a6f11c1758a6655dc1c8dd6008 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Thu, 4 Nov 2021 16:15:51 -0600
Subject: add emacs and direnv to darwin

---
 profiles/darwin.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/darwin.nix b/profiles/darwin.nix
index 9640d22..78735ee 100644
--- a/profiles/darwin.nix
+++ b/profiles/darwin.nix
@@ -19,6 +19,7 @@ in
   imports = [
     ../lib/common.nix
     #../lib/email.nix
+    ../lib/emacs.nix
     ../lib/ssh.nix
   ];
   home = {
@@ -26,6 +27,7 @@ in
       #muchsync
       #(haskellPackages.ghcWithPackages (ps: with ps; [hledger]))
       coreutils
+      direnv
     ];
   };
 
-- 
cgit v1.2.3