MyNixOS website logo
option

programs.cursor.profiles.<name>.userSettings

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

Declarations
Type
absolute path or JSON value
Default
{ }
Example
{
  "[nix]" = {
    "editor.tabSize" = 2;
  };
  "files.autoSave" = "off";
}