1
0
Fork 0
dotfiles/home/programs/texlive.nix

10 lines
152 B
Nix
Raw Permalink Normal View History

2022-07-15 13:07:52 +00:00
{
programs.texlive = {
enable = true;
extraPackages = tpkgs: {
inherit (tpkgs) scheme-small collection-fontsrecommended;
};
};
}