hackens-org-configurations/profiles/shared-hackens/latex.nix

5 lines
89 B
Nix
Raw Normal View History

2022-07-30 08:44:32 +02:00
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.texlive.combined.scheme-full ];
}