materusPC: change x11 options

This commit is contained in:
Mateusz Słodkowicz 2024-04-11 18:44:03 +02:00
parent 80e17cc9f4
commit 6050896298
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@
xdg.portal.wlr.enable = true;
xdg.portal.xdgOpenUsePortal = true;
services.xserver.exportConfiguration = false;
services.xserver.exportConfiguration = true;
services.xserver.extraConfig = pkgs.lib.mkDefault ''
Section "OutputClass"
Identifier "amd-options"
@ -53,6 +53,7 @@
Option "SWCursor" "True"
Option "VariableRefresh" "true"
Option "AsyncFlipSecondaries" "true"
Option "DRI3" "1"
MatchDriver "amdgpu"
EndSection