nixos/services/jupyter/lab.nix

5 lines
84 B
Nix
Raw Normal View History

{...}: {
imports = [./default.nix];
services.jupyter.command = "jupyter-lab";
}