mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
shells/latex: update inputs
This commit is contained in:
parent
d34ad34387
commit
3c68db65dc
@ -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).
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user