Switch to texlive medium scheme, add lmodern font to system
This commit is contained in:
parent
b0a82e93ff
commit
eca0208ab2
|
@ -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;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue