11 lines
186 B
Nix
11 lines
186 B
Nix
|
{...}:
|
||
|
{
|
||
|
imports = [ ./shell ];
|
||
|
programs.direnv = {
|
||
|
enable = true;
|
||
|
#enableBashIntegration = true;
|
||
|
#enableZshIntegration = true;
|
||
|
#enableFishIntegration = true;
|
||
|
};
|
||
|
}
|