nixos/modules/virtualization/default.nix
2024-09-16 21:21:13 +04:00

6 lines
65 B
Nix

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