mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
8 lines
101 B
Nix
8 lines
101 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./jupyterhub.nix
|
|
./gnupg.nix
|
|
./general.nix
|
|
];
|
|
}
|