diff --git a/README.org b/README.org index 5698c52..0387f7a 100644 --- a/README.org +++ b/README.org @@ -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"]; + <> # Configure keymap in X11 diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index ea51a3e..7458759 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -75,6 +75,8 @@ ]; }; + services.xserver.videoDrivers = ["intel"]; + boot.supportedFilesystems = [ "ntfs" ]; services.xserver = { enable = true;