configure mangohud
This commit is contained in:
parent
d72c526963
commit
c9cfd8b9df
|
@ -3,12 +3,30 @@
|
||||||
{
|
{
|
||||||
programs.mangohud = {
|
programs.mangohud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.unstable.mangohud;
|
||||||
settings = {
|
settings = {
|
||||||
|
# GPU
|
||||||
gpu_temp = true;
|
gpu_temp = true;
|
||||||
|
gpu_junction_temp = true;
|
||||||
gpu_core_clock = true;
|
gpu_core_clock = true;
|
||||||
|
gpu_fan = true;
|
||||||
|
gpu_voltage = true;
|
||||||
|
|
||||||
|
# CPU
|
||||||
cpu_temp = true;
|
cpu_temp = true;
|
||||||
cpu_mhz = true;
|
cpu_mhz = true;
|
||||||
toggle_hud = "F12";
|
|
||||||
|
# FPS
|
||||||
|
fps = true;
|
||||||
|
frametime = false;
|
||||||
|
frame_timing = false;
|
||||||
|
|
||||||
|
# Miscellaneous
|
||||||
|
wine = true;
|
||||||
|
gamemode = true;
|
||||||
|
|
||||||
|
# Hud dimensions
|
||||||
|
table_columns = 4;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue