1
0
Fork 0

home-manager: enable nix-direnv using the already present option

This commit is contained in:
Pratham Patel 2024-02-05 09:42:26 +05:30
parent 3fcc72217f
commit 3020367e4b
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -82,8 +82,8 @@
command-not-found.enable = true;
direnv = {
enable = true;
package = pkgs.nix-direnv;
enableBashIntegration = true;
nix-direnv.enable = true;
};
neovim.enable = true;
};