Files
nixos-config/modules/features/direnv.nix

9 lines
135 B
Nix
Raw Normal View History

2026-04-04 16:46:30 -04:00
{
flake.modules.homeManager.direnv = {
programs.direnv = {
enable = true;
enableZshIntegration = true;
};
};
}