sheldon: add description and example (blank)

This commit is contained in:
Kyure_A 2024-07-25 23:14:32 +09:00
parent 21690ed641
commit 70800bed61

View file

@ -21,6 +21,10 @@ in {
settings = mkOption {
inherit (tomlFormat) type;
default = { };
description = ''
'';
example = literalExpression ''
'';
};
};