nixos-lib/services/default.nix

8 lines
101 B
Nix

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