diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-15 16:39:24 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-15 16:39:24 +0200 |
commit | 58264ecb2a9f677dba86674756358d0f77b5a49c (patch) | |
tree | 548f5304387b2021d5d2a241863aac06299ab865 /hosts/home.nix | |
parent | Update (diff) | |
download | nixos-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.nix | 5 |
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; |