nixos-config/users/rouven/modules/tex/default.nix

9 lines
121 B
Nix

{ pkgs, ... }:
{
home.packages = [
(pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-full;
})
];
}