Switch to using texlive full scheme

Kept finding packages I was missing...

Add engrave-faces package for Emacs to fontify src blocks when
exporting
This commit is contained in:
Evie Litherland-Smith 2025-01-08 17:24:58 +00:00
parent 332abdac90
commit 92ca3261d9
2 changed files with 2 additions and 12 deletions

View file

@ -48,6 +48,7 @@ with epkgs;
julia-ts-mode
python-docstring
python-pytest
engrave-faces
auctex
markdown-mode
pandoc-mode

View file

@ -2,18 +2,7 @@
{
home.packages = with pkgs; [
(texlive.combine {
inherit (texlive)
scheme-medium
dvisvgm
dvipng
wrapfig
amsmath
ulem
hyperref
capt-of
listings
bera
;
inherit (texlive) scheme-full;
latex-beamer-ukaea.pkgs = [ (callPackage ./latex-beamer-ukaea/default.nix { }) ];
})
];