summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/root/x11.nix6
1 files changed, 6 insertions, 0 deletions
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"
+ '';
};
}