tohru: Enable Intel integrated graphics hardware acceleration

This commit is contained in:
Katherina Walshe-Grey 2026-02-24 15:07:29 +00:00
parent 0131a7b4e0
commit 598f6245c8

View file

@ -5,6 +5,16 @@
hardware.cpu.intel.updateMicrocode = true;
services.fwupd.enable = true;
services.xserver.videoDrivers = [ "modesetting" ];
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vpl-gpu-rt
intel-compute-runtime
];
};
services.printing.drivers = [ pkgs.hplip ];
}