testing gpu stuff
This commit is contained in:
parent
467e1a69c9
commit
8751e16822
1 changed files with 6 additions and 0 deletions
|
@ -117,6 +117,12 @@
|
|||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.displayManager.gdm.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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue