From e69568cafcc7bcd2f4f58136bbcec688bda2c314 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 11 Sep 2022 11:14:01 +0200 Subject: [PATCH] xorg tear-free --- capibara.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/capibara.nix b/capibara.nix index 2ade32e..2e70bd9 100644 --- a/capibara.nix +++ b/capibara.nix @@ -115,6 +115,10 @@ in { }; }; + services.xserver.deviceSection = '' + Option "TearFree" "true" + ''; + networking = { hostName = "capibara"; interfaces = {