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