programs.zed-editor.userTasks

Home-Manager option

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 in: <home-manager/modules/programs/zed-editor.nix>source unavailable