mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/AMD] Use modesetting instead of radeon driver
This commit is contained in:
parent
1ab161d268
commit
803eea5e76
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ in {
|
|||
];
|
||||
|
||||
services.xserver.videoDrivers = [
|
||||
"radeon"
|
||||
"modesetting"
|
||||
];
|
||||
|
||||
environment.variables = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue