infrastructure/home/shell/direnv.nix

6 lines
100 B
Nix

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