programs.zed-editor.userTasks

Configuration written to Zed's tasks.json.

List of tasks that can be run from the command palette.

Type
JSON value
Default
[ ]
Example
[
  {
    label = "Format Code";
    command = "nix";
    args = [ "fmt" "$ZED_WORKTREE_ROOT" ];
  }
]
Declared
<home-manager/modules/programs/zed-editor.nix>