diff --git a/hosts/nixos/lapetus/services/jupyter.nix b/hosts/nixos/lapetus/services/jupyter.nix index f1f3f24..38bc882 100644 --- a/hosts/nixos/lapetus/services/jupyter.nix +++ b/hosts/nixos/lapetus/services/jupyter.nix @@ -11,7 +11,10 @@ let # }}} in { - systemd.services.jupyterhub.path = [ pkgs.texlive.combined.scheme-full ]; # LaTeX stuff is useful for matplotlib + systemd.services.jupyterhub.path = [ + pkgs.texlive.combined.scheme-full # LaTeX stuff is useful for matplotlib + pkgs.git # Required by the git extension + ]; services.jupyterhub = { enable = true;