mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
zed-editor: userKeymaps default to empty array (#7222)
This commit is contained in:
@@ -73,7 +73,7 @@ in
|
||||
|
||||
userKeymaps = mkOption {
|
||||
type = jsonFormat.type;
|
||||
default = { };
|
||||
default = [ ];
|
||||
example = literalExpression ''
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user