adds jupyter notebook service
This commit is contained in:
parent
f948ce6298
commit
33532253e6
2 changed files with 46 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue