nixos-config/shells/latex.nix

9 lines
120 B
Nix
Raw Normal View History

2022-12-12 02:16:35 +00:00
# Ripperootskees for the space.
{ mkShell, texlive }:
mkShell {
packages = [
texlive.combined.scheme-full
];
}