diff --git a/modules/system/graphics/default.nix b/modules/system/graphics/default.nix index 757fced..c0405fc 100644 --- a/modules/system/graphics/default.nix +++ b/modules/system/graphics/default.nix @@ -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