summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2022-08-31 21:03:17 +0200
committerAlan Pearce2022-08-31 21:03:17 +0200
commite86ee191b665b57aa9f9ef0f7ebc85ed7184826e (patch)
treea9e03896d8353c36cbf9400682f6d030ffe36295 /system
parent757fad0adad537b44b57068049aed7092043cfd3 (diff)
downloadnixfiles-e86ee191b665b57aa9f9ef0f7ebc85ed7184826e.tar.lz
nixfiles-e86ee191b665b57aa9f9ef0f7ebc85ed7184826e.tar.zst
nixfiles-e86ee191b665b57aa9f9ef0f7ebc85ed7184826e.zip
prefect: fix KDE stuttering on nVidia
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 28a96d79..06a9413a 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -37,7 +37,7 @@
   ];
 
   services.xserver.screenSection = ''
-    Option "MetaModes" "2560x1440_120 +0+0 { }"
+    Option "MetaModes" "2560x1440_165 +0+0 { ForceCompositionPipeline=On }"
   '';
   services.xserver.monitorSection = ''
     Option "DPMS"