fix(nvf/snippets): rename configs to config in module snippet
This commit is contained in:
parent
c644e382d8
commit
fbcdd5041e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ snippet module An empty module.
|
|||
enable = lib.mkEnableOption "Enable ${${moduleName}}";
|
||||
};
|
||||
|
||||
configs = lib.mkIf cfg.enable (lib.mkMerge [
|
||||
config = lib.mkIf cfg.enable (lib.mkMerge [
|
||||
{
|
||||
$3
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue