feat(qemu): use qemu-user instead of qemu

This commit is contained in:
mandlm 2024-09-16 09:13:08 +02:00
parent 8aee01984b
commit ed83f76126
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2

View File

@ -2,6 +2,6 @@
{
home.packages = with pkgs; [
qemu
qemu-user
];
}