10 lines
84 B
Nix
10 lines
84 B
Nix
{
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
../pkgs/matugen/default.nix
|
|
];
|
|
}
|