summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-06-23 22:36:21 +0200
committerAlan Pearce2022-06-23 22:38:23 +0200
commitdea7ec537484f9cb2663a8e48df577a39c9ef63c (patch)
treec9d6ae000c28d495c70b5eda0ed777ba720ee698 /system/prefect.nix
parentca2f36d827dd4f98a066efee3773e40ca323a5bd (diff)
downloadnixfiles-dea7ec537484f9cb2663a8e48df577a39c9ef63c.tar.lz
nixfiles-dea7ec537484f9cb2663a8e48df577a39c9ef63c.tar.zst
nixfiles-dea7ec537484f9cb2663a8e48df577a39c9ef63c.zip
prefect: remove anti-tearing configuration
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 0533e98a..f5d1ea5f 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -36,9 +36,7 @@
   ];
 
   services.xserver.screenSection = ''
-    Option "MetaModes" "2560x1440_120 +0+0 { ForceFullCompositionPipeline = On }"
-    Option "AllowIndirectGLXProtocol" "off"
-    Option "TripleBuffer" "on"
+    Option "MetaModes" "2560x1440_120 +0+0 { }"
   '';
   boot.loader.grub.useOSProber = false;
   boot.loader.grub.extraEntries = ''