feat(lib): add listModules to import modules

This commit is contained in:
Moritz Böhme 2023-05-07 13:51:09 +02:00
parent c9e2642e96
commit 326b14d39a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 16 additions and 56 deletions

View file

@ -1,6 +1,5 @@
{ lib, ... }:
{
imports = [
./podman.nix
./virtualisation.nix
];
imports = lib.my.listModules ./.;
}