mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
调换 nvidia 和 intel 的顺序
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
config =
|
||||
{
|
||||
services.xserver.videoDrivers = inputs.lib.mkBefore [ "nvidia" "intel" ];
|
||||
services.xserver.videoDrivers = inputs.lib.mkBefore [ "intel" "nvidia" ];
|
||||
hardware.nvidia.prime =
|
||||
{
|
||||
offload.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user