porcorosso: never mind, just nvidia

This commit is contained in:
Luke Granger-Brown 2021-06-19 18:33:50 +01:00
parent 8c75ce4ecc
commit f77cbec2db

View file

@ -157,7 +157,7 @@ in {
services.xserver.layout = "us";
services.xserver.libinput.enable = true;
services.xserver.windowManager.i3.enable = true;
services.xserver.videoDrivers = [ "nouveau" "modesetting" ];
services.xserver.videoDrivers = [ "nvidia" ];
specialisation.intelGraphics.configuration = {
services.xserver.videoDrivers = lib.mkForce [ "intel" ];
};