about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-15 16:39:24 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-15 16:39:24 +0200
commit58264ecb2a9f677dba86674756358d0f77b5a49c (patch)
tree548f5304387b2021d5d2a241863aac06299ab865 /hosts/home.nix
parentUpdate (diff)
downloadnixos-config-58264ecb2a9f677dba86674756358d0f77b5a49c.tar.gz
nixos-config-58264ecb2a9f677dba86674756358d0f77b5a49c.tar.bz2
nixos-config-58264ecb2a9f677dba86674756358d0f77b5a49c.zip
Direnv: Use nix-direnv to keep across gc
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;