🔧 remove vsync because it does not work

This commit is contained in:
Ingolf Wagner 2025-02-14 20:32:09 +13:00
parent a7b0ddfa5d
commit 8c839e282d
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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;