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

7 lines
69 B
Nix

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