nixos-config/shells/latex.nix

9 lines
120 B
Nix

# Ripperootskees for the space.
{ mkShell, texlive }:
mkShell {
packages = [
texlive.combined.scheme-full
];
}