kilgharrah: Explicitly specify xf86 driver
NixOS has this enabled by default but good to explicitly specify it anyway
This commit is contained in:
parent
8e16fe5eed
commit
3b42acc347
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
hardware.cpu.intel.updateMicrocode = true;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services.xserver.videoDrivers = [ "modesetting" ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue