diff options
author | sefidel <contact@sefidel.net> | 2024-08-02 01:51:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-02 01:59:10 +0900 |
commit | ea54c58ee6a9f32713e241ef0ca01f5743534c01 (patch) | |
tree | 0d556c7482dcbefd089cb10752760c20e4a59a20 /home/profiles/research/default.nix | |
parent | a448b058fff955d229e640e8ce1faded2f0a8f2a (diff) | |
download | nixrc-ea54c58ee6a9f32713e241ef0ca01f5743534c01.tar.gz nixrc-ea54c58ee6a9f32713e241ef0ca01f5743534c01.zip |
feat(home/research): replace typst preview tools with tinymist
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r-- | home/profiles/research/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 2cce558..87316c8 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -59,8 +59,7 @@ in pkgs.tana pkgs.texlive.combined.scheme-small pkgs.typst - pkgs.typst-lsp - pkgs.typst-preview + pkgs.tinymist pkgs.websocat pkgs.nanum |