infrastructure/home/shell/direnv.nix

8 lines
120 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{...}: {
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}