Revert the screen-tearing fix from HEAD^
- The screen-tearing fix did not work
diff --git a/modules/nvidia.nix b/modules/nvidia.nix
index 8ae9a7f..f7aa1bd 100644
--- a/modules/nvidia.nix
+++ b/modules/nvidia.nix
@@ -10,14 +10,7 @@
in
{
config = {
- services.xserver = {
- videoDrivers = [ "nvidia" ];
- screenSection = ''
- Option "metamodes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
- Option "AllowIndirectGLXProtocol" "off"
- Option "TripleBuffer" "on"
- '';
- };
+ services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
opengl.enable = true;
nvidia = {