summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/darwin.nix2
1 files changed, 2 insertions, 0 deletions
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
];
};