mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
d3d12 -> microsoft-experimental (to make mesa-git build spirv2dxil)
This commit is contained in:
parent
78888c8885
commit
f5192c65c1
@ -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 = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user