making sure video drivers are loaded for laptop

This commit is contained in:
Chris Cochrun 2022-09-30 06:33:00 -05:00
parent 259934a34e
commit 67f45e1948
2 changed files with 4 additions and 0 deletions

View file

@ -584,6 +584,8 @@ Notice how I am including all of my software here. It may be a big file, but hav
]; ];
}; };
services.xserver.videoDrivers = ["intel"];
<<desktop>> <<desktop>>
# Configure keymap in X11 # Configure keymap in X11

View file

@ -75,6 +75,8 @@
]; ];
}; };
services.xserver.videoDrivers = ["intel"];
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" ];
services.xserver = { services.xserver = {
enable = true; enable = true;