Switch to texlive medium scheme, add lmodern font to system

This commit is contained in:
Evie Litherland-Smith 2024-03-12 13:53:20 +00:00
parent b0a82e93ff
commit eca0208ab2
2 changed files with 5 additions and 5 deletions

View file

@ -164,9 +164,8 @@
poppler_utils
# Customised LaTeX install
# texlive.combined.scheme-full
(texlive.combine {
inherit (pkgs.texlive) scheme-basic dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of beamer;
inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of;
})
];
}

View file

@ -81,9 +81,10 @@
};
fonts = {
packages = with pkgs; [
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
emacs-all-the-icons-fonts
weather-icons
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];}) # Status bar
emacs-all-the-icons-fonts # Emacs
weather-icons # Emacs
lmodern # LaTeX
];
fontconfig.enable = true;
};