summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-11-04 16:15:51 -0600
committerBen Sima <ben@bsima.me>2021-12-10 16:27:06 -0500
commit7a1493f1e78388a6f11c1758a6655dc1c8dd6008 (patch)
tree65b57c6b5a6c62c878fde57410a7a61ee5fc32c2 /profiles
parentf383b97af49fa7f428e0711a9f1a7a7a0f83bdfe (diff)
add emacs and direnv to darwin
Diffstat (limited to 'profiles')
-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
];
};