From 1a67ac8e353b450c762aae83f852e208cc98e296 Mon Sep 17 00:00:00 2001 From: etwas Date: Wed, 8 Jan 2025 00:44:30 +0100 Subject: [PATCH] =?UTF-8?q?feat(env):=20more=20qemu=20virt=20shit,=20I=20c?= =?UTF-8?q?an't=20do=20this=20anymore=20=F0=9F=92=80=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/essentials/environment.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/essentials/environment.nix b/modules/essentials/environment.nix index f62be8d..a44ca5c 100644 --- a/modules/essentials/environment.nix +++ b/modules/essentials/environment.nix @@ -48,4 +48,6 @@ ''; programs.dconf.enable = true; + + virtualisation.spiceUSBRedirection.enable = true; }