1
0
forked from extern/nix-config

feat: Add direnv

Makes it possible to cd into directories with nix flakes and
automatically have a development environment set up.
This commit is contained in:
Donovan Glover 2023-10-25 13:46:13 -04:00
parent 44cc264f25
commit 103c78ead1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,5 +1,6 @@
{
programs.neovim.enable = true;
programs.direnv.enable = true;
environment.sessionVariables = {
EDITOR = "nvim";