nix-config/modules2/direnv/enable.nix

4 lines
68 B
Nix
Raw Normal View History

2025-07-27 21:45:08 +01:00
{
flake.modules.homeManager.base.programs.direnv.enable = true;
}