From 188f69443c0873970d41217b52e11c46d584c06d Mon Sep 17 00:00:00 2001 From: sss Date: Tue, 1 Jul 2025 02:03:23 +0300 Subject: nix common overlays initial commit --- qemu_my.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 qemu_my.nix (limited to 'qemu_my.nix') diff --git a/qemu_my.nix b/qemu_my.nix new file mode 100644 index 0000000..15f79be --- /dev/null +++ b/qemu_my.nix @@ -0,0 +1,25 @@ +{ inputs }: +self: super: { + qemu_my = + with super; + (qemu_full.override { + guestAgentSupport = false; + jackSupport = false; + gtkSupport = false; + vncSupport = false; + smartcardSupport = false; + spiceSupport = true; + usbredirSupport = true; + xenSupport = false; + cephSupport = false; + glusterfsSupport = false; + openGLSupport = false; + virglSupport = true; + libiscsiSupport = false; + smbdSupport = false; + tpmSupport = false; + canokeySupport = false; + hostCpuOnly = true; + sdlSupport = false; + }); +} -- cgit v1.2.3