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
|
poppler_utils
|
||||||
|
|
||||||
# Customised LaTeX install
|
# Customised LaTeX install
|
||||||
# texlive.combined.scheme-full
|
|
||||||
(texlive.combine {
|
(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 = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
|
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];}) # Status bar
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts # Emacs
|
||||||
weather-icons
|
weather-icons # Emacs
|
||||||
|
lmodern # LaTeX
|
||||||
];
|
];
|
||||||
fontconfig.enable = true;
|
fontconfig.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue