Skip to content

Commit 74cfb05

Browse files
authored
Update gaming.nix
1 parent 36d14d9 commit 74cfb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default/gaming.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ in
4242
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
4343

4444
MANGOHUD_CONFIG = if config.glf.mangohud.configuration == "light" then
45-
''control=mangohud,legacy_layout=0,vertical,background_alpha=0,gpu_stats,gpu_power,gpu_temp,cpu_stats,cpu_temp,ram,vram,wine,ps,fps_metrics=AVG,0.001,font_scale=1.05''
45+
''control=mangohud,legacy_layout=0,horizontal,background_alpha=0,gpu_stats,gpu_power,gpu_temp,cpu_stats,cpu_temp,ram,vram,ps,fps_metrics=AVG,0.001,font_scale=1.05''
4646
else if config.glf.mangohud.configuration == "full" then
4747
''control=mangohud,legacy_layout=0,vertical,background_alpha=0,gpu_stats,gpu_power,gpu_temp,cpu_stats,cpu_temp,core_load,ram,vram,fps,fps_metrics=AVG,0.001,frametime,refresh_rate,resolution, vulkan_driver,wine''
4848
else

0 commit comments

Comments
 (0)