add userspace tools for intel
This commit is contained in:
@@ -27,6 +27,11 @@ in {
|
||||
(lib.mkIf (cfg.vendor == "intel") {
|
||||
services.xserver.videoDrivers = ["modesetting"];
|
||||
|
||||
# userspace tools
|
||||
environment.systemPackages = with pkgs; [
|
||||
intel-gpu-tools
|
||||
];
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
# Required for modern Intel GPUs (Xe iGPU and ARC)
|
||||
intel-media-driver # VA-API (iHD) userspace
|
||||
|
||||
Reference in New Issue
Block a user