mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
shells/latex: update inputs
This commit is contained in:
parent
d34ad34387
commit
3c68db65dc
@ -1,8 +1,12 @@
|
|||||||
# Ripperootskees for the space.
|
# Ripperootskees for the space.
|
||||||
{ mkShell, texlive }:
|
{ mkShell
|
||||||
|
, texlive
|
||||||
|
, texlab
|
||||||
|
}:
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
packages = [
|
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