NixOS-Config/system/services/virtualization/default.nix

7 lines
58 B
Nix
Raw Normal View History

{ ... }: {
imports = [
./qemu
./waydroid
];
}