mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +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, ... }:
|
||||
|
||||
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";
|
||||
in
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user