nixos-config/config/programs/direnv.nix

7 lines
89 B
Nix
Raw Normal View History

2022-03-21 14:54:49 +00:00
{ ... }: {
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}