mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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 = [
|
services.xserver.videoDrivers = [
|
||||||
"radeon"
|
"modesetting"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables = {};
|
environment.variables = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue