Update config for amd instead of nvidia gpu

This commit is contained in:
thiloho
2023-06-01 17:30:28 +02:00
parent 226ae58cc3
commit bfab0d23d1
3 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,10 @@
};
services = {
xserver.libinput.enable = true;
xserver = {
libinput.enable = true;
videoDrivers = [ "modesetting" "nvidia" ];
};
};
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];