nixos/modules/virtualization/default.nix

6 lines
46 B
Nix
Raw Normal View History

2023-08-03 23:56:04 +04:00
{
imports = [
./virt-manager.nix
];
}