mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-16 05:51:14 +01:00
remove driSupport, opengl → graphics
This commit is contained in:
parent
083823b790
commit
cc634b69c8
20 changed files with 77 additions and 80 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
services.xserver.videoDrivers = lib.mkDefault [ "nvidia" ];
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue