diff --git a/hosts/nixos/lapetus/services/jupyter.nix b/hosts/nixos/lapetus/services/jupyter.nix index 2b56118..4f666da 100644 --- a/hosts/nixos/lapetus/services/jupyter.nix +++ b/hosts/nixos/lapetus/services/jupyter.nix @@ -10,7 +10,7 @@ let # }}} in { - systemd.services.jupyterhub.path = [ pkgs.texliveSmall ]; # LaTeX stuff is useful for matplotlib + systemd.services.jupyterhub.path = [ pkgs.texlive.combined.scheme-full ]; # LaTeX stuff is useful for matplotlib services.jupyterhub = { enable = true;