nix-config/modules2/direnv/zsh.nix

4 lines
82 B
Nix
Raw Normal View History

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