From 922a68ea479d066867cacd38a3832df2552e167a Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 13 Sep 2025 17:31:01 +0200 Subject: [PATCH] feat: add cursor-cli package for cursor-agent - Add cursor-cli package to system packages in macos.nix - Provides cursor-agent binary for Cursor AI agent functionality - cursor-agent is now available at /run/current-system/sw/bin/cursor-agent --- nixos/hosts/macos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/macos.nix b/nixos/hosts/macos.nix index b3747a7..838efb9 100644 --- a/nixos/hosts/macos.nix +++ b/nixos/hosts/macos.nix @@ -65,6 +65,7 @@ lolcat alacritty code-cursor + cursor-cli tree ];