boreal: switch to nvidia drivers :(

Had recurring crashes on nouveau, nvidia has its own problems but it's a
better trade off for now. Will buy an AMD card when the GPU shortage
ends.
This commit is contained in:
Antoine Martin 2021-04-17 17:30:56 +02:00
parent 3c071346b8
commit 8e757ae20f

View file

@ -64,7 +64,7 @@ in
xserver = {
enable = true;
videoDrivers = [ "nouveau" ];
videoDrivers = [ "nvidia" ];
windowManager.i3.enable = true;
layout = "fr";
xkbVariant = "us";