infrastructure/hosts/neodymium/home/shell/direnv.nix
2023-12-15 16:18:36 +01:00

8 lines
120 B
Nix

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