From ae794087cbc2783d24cc68deb45b36138e1263b1 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Fri, 17 Apr 2026 19:50:50 -0400 Subject: [PATCH] chore: rm cursor --- home/common.nix | 1 - home/cursor.nix | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 home/cursor.nix diff --git a/home/common.nix b/home/common.nix index f86089a..d642240 100644 --- a/home/common.nix +++ b/home/common.nix @@ -7,7 +7,6 @@ ./bat.nix ./eza.nix ./claude.nix - ./cursor.nix ./devin.nix ./xdg.nix ./security.nix diff --git a/home/cursor.nix b/home/cursor.nix deleted file mode 100644 index 09dee9f..0000000 --- a/home/cursor.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ pkgs, ... }: -let - jsonFormat = pkgs.formats.json { }; -