fix(nvf/snippets): rename configs to config in module snippet

This commit is contained in:
Mohammad Rafiq 2025-05-11 23:32:28 +08:00
parent c644e382d8
commit fbcdd5041e
No known key found for this signature in database

View file

@ -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
}