adds jupyter notebook service

This commit is contained in:
Moritz Böhme 2021-11-22 11:09:21 +01:00
parent f948ce6298
commit 33532253e6
2 changed files with 46 additions and 1 deletions

View file

@ -1,7 +1,14 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./dunst ./agenix.nix ./diskstation ./picom.nix ./kdeconnect.nix ];
imports = [
./agenix.nix
./diskstation
./dunst
./jupyter.nix
./kdeconnect.nix
./picom.nix
];
services = {
printing.enable = true;