profiles/emacs: fix latex packages
This commit is contained in:
parent
e85a426cdd
commit
413521c374
2 changed files with 8 additions and 1 deletions
|
@ -22,7 +22,11 @@
|
|||
clang
|
||||
mu
|
||||
isync
|
||||
(texlive.combine { inherit (texlive) scheme-medium wrapfig; })
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed;
|
||||
})
|
||||
python39Packages.pygments
|
||||
jq
|
||||
gnumake
|
||||
shellcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue