We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead0b1a commit af7e05dCopy full SHA for af7e05d
home/home.nix
@@ -27,6 +27,8 @@
27
NIXOS_OZONE_WL = "1";
28
# OBS_VKCAPTURE = "1";
29
WLR_RENDERER = "vulkan";
30
+ AMD_USERQ = "1";
31
+ RADV_PERFTEST = "userq";
32
# WLR_DRM_NO_ATOMIC = "1"; # screen tearing support
33
# MANGOHUD_CONFIGFILE = "/home/codebam/.config/MangoHud/MangoHud.conf";
34
# PROTON_ENABLE_WAYLAND = "1";
home/programs.nix
@@ -169,6 +169,8 @@
169
set -gx NIXOS_OZONE_WL 1
170
# set -gx OBS_VKCAPTURE 1
171
set -gx WLR_RENDERER vulkan
172
+ set -gx AMD_USERQ 1
173
+ set -gx RADV_PERFTEST userq
174
# set -gx WLR_DRM_NO_ATOMIC 1
175
# set -gx MANGOHUD_CONFIGFILE /home/codebam/.config/MangoHud/MangoHud.conf
176
# set -gx PROTON_ENABLE_WAYLAND 1
0 commit comments