9 lines
129 B
Nix
9 lines
129 B
Nix
{...}: {
|
|
config.programs.direnv = {
|
|
enable = true;
|
|
|
|
nix-direnv.enable = true;
|
|
enableBashIntegration = true;
|
|
};
|
|
}
|