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