nix-config/modules2/direnv/zsh.nix
Oliver Davies cbd1f99bc7
All checks were successful
/ check (push) Successful in 1m43s
Move direnv configuration
2025-07-27 21:52:15 +01:00

3 lines
82 B
Nix

{
flake.modules.homeManager.base.programs.direnv.enableZshIntegration = true;
}