From f5192c65c1d85a2ef5ac62262dc88bbccea5fcf2 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Mon, 22 Jun 2026 05:51:57 +0200 Subject: [PATCH] d3d12 -> microsoft-experimental (to make mesa-git build spirv2dxil) --- modules/mesa.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mesa.nix b/modules/mesa.nix index 9f03279..3e0815d 100644 --- a/modules/mesa.nix +++ b/modules/mesa.nix @@ -1,8 +1,8 @@ { lib, pkgs, functions, isLaptop, ... }: let - selected_vkDrivers = [ "amd" ] ++ lib.optional (!isLaptop) "intel"; - selected_glDrivers = [ "radeonsi" "zink" /* Needed by steam => */ "d3d12" ] ++ lib.optional (!isLaptop) "i915"; + selected_vkDrivers = [ "amd" /* Needed by steam => */ "microsoft-experimental" ] ++ lib.optional (!isLaptop) "intel"; + selected_glDrivers = [ "radeonsi" "zink" ] ++ lib.optional (!isLaptop) "i915"; in { hardware.graphics = {