nixos/modules/common/direnv.nix
2023-12-26 13:30:10 -05:00

6 lines
80 B
Nix

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