From 60508962981fd447df80e9e52664914135dc3683 Mon Sep 17 00:00:00 2001 From: materus Date: Thu, 11 Apr 2024 18:44:03 +0200 Subject: [PATCH] materusPC: change x11 options --- configurations/host/materusPC/tmp.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index 39d6046..0b9c674 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -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