dots/modules/home-manager/features/direnv.nix
2025-10-22 01:22:05 +11:00

3 lines
37 B
Nix

{
programs.direnv.enable = true;
}