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 valueDefault
[ ]
Example
declared in: <home-manager/modules/programs/zed-editor.nix>source unavailable[ { label = "Format Code"; command = "nix"; args = [ "fmt" "$ZED_WORKTREE_ROOT" ]; } ]