diff --git a/hosts/orion/modules/graphical.nix b/hosts/orion/modules/graphical.nix index 3440a357..c3664b58 100644 --- a/hosts/orion/modules/graphical.nix +++ b/hosts/orion/modules/graphical.nix @@ -26,6 +26,13 @@ ]; }; }; - hardware.graphics.enable = true; + hardware.graphics = { + enable = true; + extraPackages = with pkgs; [ + intel-media-driver + intel-vaapi-driver + libvdpau + ]; + }; services.spice-vdagentd.enable = true; }