10 lines
73 B
Nix
10 lines
73 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./cli/direnv.nix
|
|
];
|
|
}
|