From 439cb8200f19eb24b5c57ce67cae968912f742ae Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Thu, 15 Jan 2026 18:15:45 +0100 Subject: [PATCH] enable intel gpu tools --- .../drivebystation-nix/hardware/graphics/intel.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix index e6e70a6..447d607 100644 --- a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix +++ b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix @@ -15,7 +15,6 @@ ]; # boot.kernelPackages = pkgs.linuxPackages_latest; - boot.kernelParams = [ "console=tty0" "efifb=off" @@ -24,7 +23,7 @@ ]; environment.variables.VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/intel_icd.x86_64.json"; - + hardware.intel-gpu-tools.enable = true; hardware.graphics = { enable = true; enable32Bit = true;