zed-editor: userKeymaps default to empty array (#7222)

This commit is contained in:
André Silva
2025-06-06 15:42:33 +01:00
committed by GitHub
parent 812b43b45d
commit c18a767948

View File

@@ -73,7 +73,7 @@ in
userKeymaps = mkOption {
type = jsonFormat.type;
default = { };
default = [ ];
example = literalExpression ''
[
{