nix-config/modules/home-manager/virt/default.nix
2025-08-08 19:05:01 +02:00

7 lines
47 B
Nix

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