7 lines
100 B
Nix
7 lines
100 B
Nix
{ lib, ... }:
|
|
{
|
|
clan.modules = {
|
|
importer = lib.modules.importApply ./default.nix { };
|
|
};
|
|
}
|