nixos-lib/services/default.nix

7 lines
82 B
Nix

{ config, pkgs, ...}:
{
imports = [
./jupyterhub.nix
./gnupg.nix
];
}