1
0
Fork 0

home-manager: enable direnv

This commit is contained in:
Pratham Patel 2024-01-08 17:41:28 +05:30
parent f9d18df155
commit 083c5fc72b
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@
enableCompletion = true;
};
command-not-found.enable = true;
direnv = {
enable = true;
enableBashIntegration = true;
}
neovim.enable = true;
};