diff --git a/modules/cursor.nix b/modules/cursor.nix index 66a914b..640aa9e 100644 --- a/modules/cursor.nix +++ b/modules/cursor.nix @@ -53,6 +53,7 @@ in run ${cursorCmd} --install-extension vscodevim.vim 2>/dev/null || true run ${cursorCmd} --install-extension jdinhlife.gruvbox 2>/dev/null || true run ${cursorCmd} --install-extension jnoortheen.nix-ide 2>/dev/null || true + run ${cursorCmd} --install-extension tomoki1207.pdf 2>/dev/null || true fi ''; };