MyNixOS website logo
option

programs.windsurf.profiles.<name>.userTasks

Configuration written to Windsurf's tasks.json. This can be a JSON object or a path to a custom JSON file.

Declarations
Type
absolute path or JSON value
Default
{ }
Example
{
  tasks = [
    {
      command = "hello";
      label = "Hello task";
      type = "shell";
    }
  ];
  version = "2.0.0";
}