From 3b42acc3471eecc12f26eb4cb3b9f1d4db66569c Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Thu, 5 Feb 2026 12:37:52 +0000 Subject: [PATCH] kilgharrah: Explicitly specify xf86 driver NixOS has this enabled by default but good to explicitly specify it anyway --- hosts/kilgharrah/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kilgharrah/hardware.nix b/hosts/kilgharrah/hardware.nix index 5bbdc2a..0375aba 100644 --- a/hosts/kilgharrah/hardware.nix +++ b/hosts/kilgharrah/hardware.nix @@ -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; [