Add nouveau to built vulkan drivers

This commit is contained in:
Username404-59 2026-06-29 01:17:37 +02:00
parent 21003d73f7
commit cb4ab48453
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

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