nixfiles/home/shell/direnv.nix

6 lines
86 B
Nix

_: {
programs.direnv = {
enable = true;
enableZshIntegration = true;
};
}