diff --git a/hosts/orion/modules/graphical.nix b/hosts/orion/modules/graphical.nix index dd80c5e4..3440a357 100644 --- a/hosts/orion/modules/graphical.nix +++ b/hosts/orion/modules/graphical.nix @@ -26,6 +26,6 @@ ]; }; }; - hardware.opengl.enable = true; + hardware.graphics.enable = true; services.spice-vdagentd.enable = true; }