nixos/common/direnv.nix

8 lines
No EOL
97 B
Nix
Executable file

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