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