os/modules/terminal-life/direnv/default.nix

8 lines
71 B
Nix

{ ... }:
{
enable = true;
nix-direnv = {
enable = true;
};
}