10 lines
186 B
Nix
10 lines
186 B
Nix
{ lib, ... }: {
|
|
options.clan.bloatware = lib.mkOption {
|
|
type = lib.types.submodule {
|
|
imports = [
|
|
../../../lib/jsonschema/example-interface.nix
|
|
];
|
|
};
|
|
};
|
|
}
|