diff --git a/horsch/qemu.nix b/horsch/qemu.nix index 568212a..17a830a 100644 --- a/horsch/qemu.nix +++ b/horsch/qemu.nix @@ -2,6 +2,6 @@ { home.packages = with pkgs; [ - qemu + qemu-user ]; }