texlive: Use full version
Many packages that I often use are only part of texlive-full.
This commit is contained in:
parent
f98781d03d
commit
3e7431e9e9
|
@ -1,18 +1,7 @@
|
|||
# This module installs the medium set of texlive.
|
||||
# If more packages are needed, they should be installed locally by adding
|
||||
# something like the follwing to `shell.nix`
|
||||
#
|
||||
# (texlive.combine { inherit (texlive) scheme-medium wrapfig; })
|
||||
#
|
||||
# TODO: include packages I often use
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(
|
||||
texlive.combine {
|
||||
inherit (texlive) scheme-medium;
|
||||
}
|
||||
)
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue