skills/smithery.ai/cursor-setup

cursor-setup

Installation
SKILL.md

Cursor - AI-powered Code Editor

Overview

Cursor is an AI-powered code editor built on VSCode. On NixOS, we use a custom package that extracts and patches the AppImage to work properly with the NixOS environment.

Installation

Cursor is installed via the NixOS system configuration:

# nixos/configuration.nix
environment.systemPackages = with pkgs; [
  (pkgs.callPackage ./packages/cursor/extracted.nix { })
];

Update Procedure

Installs
1
First Seen
Apr 26, 2026
cursor-setup from smithery.ai