steveej-t14: enable brave and use amdgpu videodriver
This commit is contained in:
parent
600a08ce6d
commit
1c845922c1
5 changed files with 12 additions and 6 deletions
|
@ -64,7 +64,9 @@ in {
|
|||
"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
];
|
||||
|
||||
services.xserver.videoDrivers = [ "modesetting" ];
|
||||
services.xserver.videoDrivers = lib.mkForce [
|
||||
"amdgpu"
|
||||
];
|
||||
services.xserver.serverFlagsSection = ''
|
||||
Option "BlankTime" "0"
|
||||
Option "StandbyTime" "0"
|
||||
|
@ -72,8 +74,5 @@ in {
|
|||
Option "OffTime" "0"
|
||||
'';
|
||||
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||
|
||||
|
||||
hardware.ledger.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue