nixos/modules/virtualization/default.nix
2024-09-06 08:01:48 +04:00

6 lines
65 B
Nix

{
imports = [
./virt-manager.nix
./waydroid.nix
];
}