porcorosso: switch to intel for X11; I'm on the move

This commit is contained in:
Luke Granger-Brown 2020-08-22 17:07:43 +01:00
parent 75a3933c16
commit 0a3a2043b1

View file

@ -140,7 +140,7 @@ in {
services.xserver.layout = "us";
services.xserver.libinput.enable = true;
services.xserver.windowManager.i3.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];
#services.xserver.videoDrivers = [ "nvidia" ];
services.xserver.displayManager.gdm = {
enable = true;
};