4 lines
89 B
Nix
4 lines
89 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = [ pkgs.texlive.combined.scheme-full ];
|
|
}
|