testing gpu stuff

This commit is contained in:
Matt Nish-Lapidus 2024-10-02 13:09:41 -04:00
parent 467e1a69c9
commit 8751e16822

View file

@ -117,6 +117,12 @@
# Enable the GNOME Desktop Environment. # Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true; services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true; services.xserver.desktopManager.gnome.enable = true;
services.xserver.deviceSection = ''Option "TearFree" "true"''; # For amdgpu.
services.picom = {
enable = true;
vSync = true;
};
programs.dconf.enable = true; programs.dconf.enable = true;