nixvim/config/direnv.nix

5 lines
49 B
Nix

{
plugins.direnv = {
enable = true;
};
}