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;