From 5a7c879966d1dd9575b4dbc614c8a8377bb80244 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 27 May 2025 18:22:30 -0500 Subject: enable tearfree in x11 conf --- modules/root/x11.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/root/x11.nix b/modules/root/x11.nix index 7311cba..72816a9 100644 --- a/modules/root/x11.nix +++ b/modules/root/x11.nix @@ -26,5 +26,11 @@ # ]; #})) ]; + + # Enable TearFree option by default + # Not all video drivers support this option + services.xserver.deviceSection = '' + Option "TearFree" "true" + ''; }; } -- cgit v1.2.3