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

main
mandlm 2024-09-16 09:13:08 +02:00
parent 8aee01984b
commit ed83f76126
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 1 additions and 1 deletions

View File

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