From b2bcc6944b3a45178d2ae792a0ef2832032a34fd Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 26 Oct 2025 02:31:49 +0000 Subject: [PATCH] deploy: 5c54b182ab5ae07e98eee7d402d12060be745408 --- options.xhtml | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/options.xhtml b/options.xhtml index d32e4ec80..16cfb8f37 100644 --- a/options.xhtml +++ b/options.xhtml @@ -84753,6 +84753,87 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/programs/zed-editor.nix> + +
+ +
+ + programs.zed-editor.mutableUserKeymaps + + +
+
+

Whether user keymaps (keymap.json) can be updated by zed.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/zed-editor.nix> + +
+
+
+ + programs.zed-editor.mutableUserSettings + + +
+
+

Whether user settings (settings.json) can be updated by zed.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/zed-editor.nix> + +
+
+
+ + programs.zed-editor.mutableUserTasks + + +
+
+

Whether user tasks (tasks.json) can be updated by zed.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +false

+

Declared by: