nix-stuff/roles/common/programs/direnv.nix
2024-02-23 12:07:22 +01:00

7 lines
61 B
Nix

{ ... }:
{
programs.direnv = {
enable = true;
};
}