Add nvidia

This commit is contained in:
Sridhar Ratnakumar 2021-04-07 13:04:23 -04:00
parent bb98a6a66c
commit c6a6c82bf9

View file

@ -55,8 +55,10 @@
networking.interfaces.wlp4s0.useDHCP = true;
# Enable the X11 windowing system.
services.xserver.enable = true;
services.xserver = {
enable = true;
videoDrivers = [ "nvidia" "intel" ];
};
# Enable the GNOME 3 Desktop Environment.
services.xserver.displayManager.gdm.enable = true;