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