mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
lazy: update lazy.plugins default
This commit is contained in:
parent
43e3663b2b
commit
dfdad4c2ce
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins = mkOption {
|
plugins = mkOption {
|
||||||
default = [];
|
default = {};
|
||||||
type = attrsOf lznPluginType;
|
type = attrsOf lznPluginType;
|
||||||
description = ''
|
description = ''
|
||||||
Plugins to lazy load.
|
Plugins to lazy load.
|
||||||
|
|
Loading…
Reference in a new issue