diff --git a/home/features/neovim/default.nix b/home/features/neovim/default.nix index 5c5ee55..c5af1fe 100644 --- a/home/features/neovim/default.nix +++ b/home/features/neovim/default.nix @@ -1236,7 +1236,7 @@ let # {{{ typst support typst = { package = "kaarmu/typst.vim"; - dependencies.nix = [ pkgs.typst pkgs.typst-lsp pkgs.typstfmt ]; + dependencies.nix = [ upkgs.typst upkgs.typst-lsp upkgs.typstfmt ]; cond = blacklist "vscode"; ft = "typst";