mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 09:01:03 +00:00
lazy: format description
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
4b2701d6c2
commit
c763964a30
1 changed files with 5 additions and 1 deletions
|
|
@ -67,7 +67,11 @@
|
|||
options = {
|
||||
package = mkOption {
|
||||
type = nullOr pluginType;
|
||||
description = "Plugin package. If null, a custom load function must be provided";
|
||||
description = ''
|
||||
Plugin package.
|
||||
|
||||
If null, a custom load function must be provided
|
||||
'';
|
||||
};
|
||||
|
||||
setupModule = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue