diff --git a/hosts/orion/modules/graphical.nix b/hosts/orion/modules/graphical.nix index 61c0d849..ebf2cf37 100644 --- a/hosts/orion/modules/graphical.nix +++ b/hosts/orion/modules/graphical.nix @@ -30,5 +30,6 @@ libvdpau ]; }; + services.qemuGuest.enable = true; services.spice-vdagentd.enable = true; -} +} \ No newline at end of file