[Hardware/AMD] Use modesetting instead of radeon driver

This commit is contained in:
Antoine Viallon 2023-04-10 18:01:11 +02:00
parent 1ab161d268
commit 803eea5e76
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -17,7 +17,7 @@ in {
]; ];
services.xserver.videoDrivers = [ services.xserver.videoDrivers = [
"radeon" "modesetting"
]; ];
environment.variables = {}; environment.variables = {};