Files
nix-config/home-manager/configs/direnv.nix

9 lines
107 B
Nix

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