sheldon: add description and example (blank)
This commit is contained in:
parent
21690ed641
commit
70800bed61
|
@ -21,6 +21,10 @@ in {
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
inherit (tomlFormat) type;
|
inherit (tomlFormat) type;
|
||||||
default = { };
|
default = { };
|
||||||
|
description = ''
|
||||||
|
'';
|
||||||
|
example = literalExpression ''
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue