1
0
Fork 0

home-manager: use the nix-direnv pkg since it is faster

This commit is contained in:
Pratham Patel 2024-02-01 20:41:48 +05:30
parent 1cdfd5a75e
commit 6853e0b691
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 0 deletions

View File

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