lib/lib/default.nix
2021-11-22 07:23:17 -08:00

12 lines
99 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./instance.nix
./fudo
./informis
];
}