packages for org-mode latex export

This commit is contained in:
Griffin Smith 2020-04-08 23:23:40 -04:00
parent a566e0208f
commit fae347ee0f

View file

@ -16,8 +16,18 @@ in {
# '';
#
home.packages = [
home.packages = with pkgs; [
# haskellPackages.Agda BROKEN
# LaTeX (for org export)
(pkgs.texlive.combine {
inherit (pkgs.texlive)
scheme-basic collection-fontsrecommended ulem
fncychap titlesec tabulary varwidth framed fancyvrb float parskip
wrapfig upquote capt-of needspace;
})
ispell
];
programs.emacs.enable = true;