mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-22 08:51:18 +01:00
parent
850308db3e
commit
53b470587f
5 changed files with 29 additions and 14 deletions
|
|
@ -19,4 +19,8 @@ in
|
|||
offload.enable = lib.mkDefault true;
|
||||
# Hardware should specify the bus ID for intel/nvidia devices
|
||||
};
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue