mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
13 lines
220 B
Nix
13 lines
220 B
Nix
|
{pkgs, ...}: {
|
||
|
hardware.graphics = {
|
||
|
extraPackages = with pkgs; [
|
||
|
intel-ocl
|
||
|
intel-media-driver
|
||
|
intel-vaapi-driver
|
||
|
intel-compute-runtime
|
||
|
libvdpau-va-gl
|
||
|
mesa.drivers
|
||
|
];
|
||
|
};
|
||
|
}
|