diff --git a/files/nvim/lazyvim.json b/files/nvim/lazyvim.json index 622c66b..4764ea0 100644 --- a/files/nvim/lazyvim.json +++ b/files/nvim/lazyvim.json @@ -24,8 +24,9 @@ "lazyvim.plugins.extras.util.dot", "lazyvim.plugins.extras.util.startuptime" ], + "install_version": 7, "news": { - "NEWS.md": "7429" + "NEWS.md": "11866" }, - "version": 7 + "version": 8 } \ No newline at end of file diff --git a/home/home.nix b/home/home.nix index aad619a..8b7a413 100644 --- a/home/home.nix +++ b/home/home.nix @@ -20,6 +20,11 @@ let home = { + activation.zedConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' + mkdir -p ~/.config + ln -sf ~/.config/dotfiles/secrets/zed ~/.config/zed + ''; + file = { ".config/ghostty/config".source = ../files/ghostty/config; ".gitconfig".source = ../files/git/gitconfig; diff --git a/hosts/1k5.nix b/hosts/1k5.nix index e5a2f42..7290b11 100644 --- a/hosts/1k5.nix +++ b/hosts/1k5.nix @@ -10,7 +10,7 @@ "linear-linear" "miro" "loom" - "zed" + "cursor" ]; pkgs = pkgs: with pkgs; [ diff --git a/secrets/zed/.gitignore b/secrets/zed/.gitignore new file mode 100644 index 0000000..58cb9df Binary files /dev/null and b/secrets/zed/.gitignore differ diff --git a/secrets/zed/prompts/prompts-library-db.0.mdb/data.mdb b/secrets/zed/prompts/prompts-library-db.0.mdb/data.mdb deleted file mode 100644 index f91ee6e..0000000 Binary files a/secrets/zed/prompts/prompts-library-db.0.mdb/data.mdb and /dev/null differ diff --git a/secrets/zed/prompts/prompts-library-db.0.mdb/lock.mdb b/secrets/zed/prompts/prompts-library-db.0.mdb/lock.mdb deleted file mode 100644 index 3ae00d7..0000000 Binary files a/secrets/zed/prompts/prompts-library-db.0.mdb/lock.mdb and /dev/null differ