Files
2026-07-05 21:50:34 -05:00

9 lines
82 B
Nix

{ ... }:
{
imports = [
./podman.nix
./qemu.nix
./options.nix
];
}