10 lines
123 B
Nix
10 lines
123 B
Nix
|
|
{...}: {
|
||
|
|
programs.direnv = {
|
||
|
|
enable = true;
|
||
|
|
|
||
|
|
enableBashIntegration = true;
|
||
|
|
|
||
|
|
nix-direnv.enable = true;
|
||
|
|
};
|
||
|
|
}
|