mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 12:01:08 +01:00
zed-editor: userKeymaps default to empty array (#7222)
This commit is contained in:
parent
812b43b45d
commit
c18a767948
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ in
|
|||
|
||||
userKeymaps = mkOption {
|
||||
type = jsonFormat.type;
|
||||
default = { };
|
||||
default = [ ];
|
||||
example = literalExpression ''
|
||||
[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue