This website requires JavaScript.
Explore
Help
Register
Sign In
simon
/
nixos-config
Watch
1
Star
1
Fork
You've already forked nixos-config
0
Code
Issues
8
Pull requests
Actions
Projects
Activity
3e7431e9e9
nixos-config
/
modules
/
texlive.nix
8 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
Add texlive (medium)
2020-08-26 01:08:08 +02:00
{
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
texlive: Use full version Many packages that I often use are only part of texlive-full.
2020-08-26 08:53:25 +02:00
texlive
.
combined
.
scheme-full
Add texlive (medium)
2020-08-26 01:08:08 +02:00
]
;
}
Reference in a new issue
Copy permalink