diff --git a/shells/latex.nix b/shells/latex.nix index a41c0331..988f69a1 100644 --- a/shells/latex.nix +++ b/shells/latex.nix @@ -1,8 +1,12 @@ # Ripperootskees for the space. -{ mkShell, texlive }: +{ mkShell +, texlive +, texlab +}: mkShell { packages = [ - texlive.combined.scheme-full + texlive.combined.scheme-full # RIP YOUR DISK SPACE! + texlab # Otherwise, here's a tool to easily write your (en)grave(ing). ]; }