From d923edb9ec83ce1e602a871ab98d62914aaaa9ab Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 12 Sep 2025 15:30:19 +0200 Subject: [PATCH] fix: use correct cursor package (code-cursor) and clean up manual installation - Replace cursor-cli with code-cursor package (the correct Nix package) - Remove manually installed Cursor.app from /Applications/ - Remove broken symlink from /usr/local/bin/cursor - Backup Cursor user data to ~/dotfiles/backups/cursor/ - Nix-managed cursor (v1.5.11) now working correctly from /run/current-system/sw/bin/cursor --- nixos/hosts/macos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/macos.nix b/nixos/hosts/macos.nix index ae6ccbc..b3747a7 100644 --- a/nixos/hosts/macos.nix +++ b/nixos/hosts/macos.nix @@ -64,7 +64,7 @@ cowsay lolcat alacritty - cursor-cli + code-cursor tree ];