remove driSupport, opengl → graphics

This commit is contained in:
toastal 2024-06-21 20:44:42 +07:00 committed by mergify[bot]
parent 083823b790
commit cc634b69c8
20 changed files with 77 additions and 80 deletions

View file

@ -2,7 +2,7 @@
{
services.xserver.videoDrivers = lib.mkDefault [ "nvidia" ];
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.extraPackages = with pkgs; [
vaapiVdpau
];
}