mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 21:08:08 +02:00
Add nouveau to built vulkan drivers
This commit is contained in:
parent
21003d73f7
commit
cb4ab48453
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user