mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
5736c8ccf2
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
12 lines
210 B
Nix
12 lines
210 B
Nix
{pkgs, ...}: {
|
|
hardware.graphics = {
|
|
enable = true;
|
|
extraPackages = with pkgs; [
|
|
rocmPackages.clr.icd
|
|
# Support VA-API pour AMD
|
|
libvdpau-va-gl
|
|
libva-vdpau-driver
|
|
];
|
|
};
|
|
}
|