user: install typst and just

This commit is contained in:
Rouven Seifert 2024-01-25 18:21:20 +01:00
parent 0fb57287bd
commit a420d6c154
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
lldb lldb
rust-analyzer rust-analyzer
rnix-lsp rnix-lsp
typst-lsp
(python3.withPackages (ps: with ps; [ (python3.withPackages (ps: with ps; [
pyls-isort pyls-isort
pylsp-mypy pylsp-mypy

View file

@ -53,6 +53,7 @@
mosh mosh
ansible ansible
plover.dev plover.dev
typst
# programming languages # programming languages
cargo cargo
@ -63,6 +64,7 @@
nodejs_20 nodejs_20
gnumake gnumake
go go
just
]; ];