mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 20:11:06 +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 {
|
userKeymaps = mkOption {
|
||||||
type = jsonFormat.type;
|
type = jsonFormat.type;
|
||||||
default = { };
|
default = [ ];
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue