diff options
| author | Baitinq <[email protected]> | 2022-07-15 16:39:24 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-15 16:39:24 +0200 |
| commit | fa8d6f6fcc6c9699538b1bfbf2dd7de18dd5ad26 (patch) | |
| tree | 97e5b35554ef0906d6b1a7757c0e7db639a6695d /hosts | |
| parent | Update (diff) | |
| download | nixos-config-fa8d6f6fcc6c9699538b1bfbf2dd7de18dd5ad26.tar.gz nixos-config-fa8d6f6fcc6c9699538b1bfbf2dd7de18dd5ad26.tar.bz2 nixos-config-fa8d6f6fcc6c9699538b1bfbf2dd7de18dd5ad26.zip | |
Direnv: Use nix-direnv to keep across gc
Diffstat (limited to 'hosts')
| -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; |