about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 1ed87c5..de7cb11 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -81,7 +81,10 @@ in
       };
     };
 
-    direnv.enable = true;
+    direnv = {
+      enable = true;
+      nix-direnv.enable = true;
+    };
 
     emacs = {
       enable = true;