From 4444eed4cceadb840d0bbec65acb7fd808674bc5 Mon Sep 17 00:00:00 2001 From: etwas Date: Wed, 8 Jan 2025 00:43:56 +0100 Subject: [PATCH] =?UTF-8?q?feat(pkgs):=20add=20windows=20qemu=20shit=20I?= =?UTF-8?q?=20can't=20do=20this=20anymore=20=F0=9F=98=94=F0=9F=98=94?= =?UTF-8?q?=F0=9F=98=94=F0=9F=98=94=F0=9F=98=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/misc_pkgs/packages.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/misc_pkgs/packages.nix b/home/misc_pkgs/packages.nix index a6efce4..a9ef401 100644 --- a/home/misc_pkgs/packages.nix +++ b/home/misc_pkgs/packages.nix @@ -70,8 +70,14 @@ wireshark devenv filezilla + + # virtualization + virt-manager + qemu_kvm + swtpm + virtiofsd + spice-gtk ]; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; - }