nixos-lib/services/default.nix

8 lines
100 B
Nix

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