intel driver stuff

This commit is contained in:
Simon Gardling 2024-10-04 13:41:22 -04:00
parent 47d5c52e18
commit 0b9a67ee2b
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
3 changed files with 3 additions and 2 deletions

View File

@ -93,14 +93,14 @@
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
intel-vaapi-driver # previously vaapiIntel
vaapiVdpau
intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in)
vpl-gpu-rt # QSV on 11th gen or newer
];
};
hardware.intelgpu.driver = "xe";
#fwupd for updating firmware
services.fwupd = {
enable = true;

View File

@ -94,6 +94,7 @@
nixos-hardware.nixosModules.common-cpu-amd-pstate
nixos-hardware.nixosModules.common-cpu-amd-zenpower
nixos-hardware.nixosModules.common-pc-ssd
nixos-hardware.nixosModules.common-gpu-intel
(
{ pkgs, ... }:
{