infrastructure/hosts/neodymium/home/shell/direnv.nix

8 lines
122 B
Nix

{ ... }: {
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}