6 lines
81 B
Nix
6 lines
81 B
Nix
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
package = pkgs.nix-direnv;
|
|
};
|
|
}
|