From 9c9f15feef0e3de48b71c0fd38f95fac18dda09a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 1 Jan 2026 17:05:31 -0600 Subject: intel video driver on x230 --- hosts/X230/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/X230/configuration.nix') diff --git a/hosts/X230/configuration.nix b/hosts/X230/configuration.nix index 5e8d0ea..44e6cf1 100644 --- a/hosts/X230/configuration.nix +++ b/hosts/X230/configuration.nix @@ -26,6 +26,9 @@ wifi.enable = true; }; + # Use intel driver for better performance and vsync + services.xserver.videoDrivers = [ "intel" ]; + # Configure home home-manager.users.timmy = { gtk._mintTheme = { -- cgit v1.2.3