direnv: prefer usage of nix-direnv over lorri

This commit is contained in:
Trolli Schmittlauch 2024-02-10 00:41:19 +01:00
parent f1d32128da
commit 49c7a042fd

View file

@ -132,7 +132,6 @@ let
];
nixHelpers = [
lorri
nixpkgs-review
nixfmt
nix-top
@ -312,6 +311,7 @@ in
programs.direnv =
{
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
};