From 8c839e282dbedb4521f1e7b6ffb6dfbf969b2882 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner <contact@ingolf-wagner.de> Date: Fri, 14 Feb 2025 20:32:09 +1300 Subject: [PATCH] :wrench: remove vsync because it does not work --- components/gui/xorg/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/gui/xorg/default.nix b/components/gui/xorg/default.nix index 0cf7914..35f0a3a 100644 --- a/components/gui/xorg/default.nix +++ b/components/gui/xorg/default.nix @@ -23,15 +23,6 @@ with lib; autoLogin.user = config.users.users.mainUser.name; }; - # vsync for intel graphic cards - # https://wiki.archlinux.org/title/Intel_graphics - services.xserver.config = '' - Section "Device" - Identifier "Intel Graphics" - Driver "intel" - EndSection - ''; - services.xserver = { enable = true;