From b96767c94d15695c8f1b9263a657f010ac542f44 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Wed, 22 May 2024 14:48:14 +0200 Subject: [PATCH] Provide literally all latex stuff to jupyter --- hosts/nixos/lapetus/services/jupyter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;