Files
nix-config/home-manager/direnv.nix
2025-03-18 16:27:20 +01:00

9 lines
144 B
Nix

{ config, pkgs, inputs, ... }:
{
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}