kilgharrah: Explicitly specify xf86 driver

NixOS has this enabled by default but good to explicitly specify it
anyway
This commit is contained in:
Katherina Walshe-Grey 2026-02-05 12:37:52 +00:00
parent 8e16fe5eed
commit 3b42acc347

View file

@ -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; [