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 { })
];