d3d12 -> microsoft-experimental (to make mesa-git build spirv2dxil)

This commit is contained in:
Username404-59 2026-06-22 05:51:57 +02:00
parent 78888c8885
commit f5192c65c1
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -1,8 +1,8 @@
{ lib, pkgs, functions, isLaptop, ... }: { lib, pkgs, functions, isLaptop, ... }:
let let
selected_vkDrivers = [ "amd" ] ++ lib.optional (!isLaptop) "intel"; selected_vkDrivers = [ "amd" /* Needed by steam => */ "microsoft-experimental" ] ++ lib.optional (!isLaptop) "intel";
selected_glDrivers = [ "radeonsi" "zink" /* Needed by steam => */ "d3d12" ] ++ lib.optional (!isLaptop) "i915"; selected_glDrivers = [ "radeonsi" "zink" ] ++ lib.optional (!isLaptop) "i915";
in in
{ {
hardware.graphics = { hardware.graphics = {