steveej-t14: enable brave and use amdgpu videodriver

This commit is contained in:
steveej 2021-01-30 18:03:29 +01:00
parent 600a08ce6d
commit 1c845922c1
5 changed files with 12 additions and 6 deletions

View file

@ -1,8 +1,10 @@
{ lib
, pkgs
, ...
}:
{
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
}