6 lines
95 B
Nix
6 lines
95 B
Nix
{ enable }:
|
|
{
|
|
inherit enable;
|
|
nix-direnv.enable = enable;
|
|
enableBashIntegration = true;
|
|
} |