Commit 0077d15
Changed files (1)
modules
game
modules/game/tools.nix
@@ -15,6 +15,26 @@
programs.mangohud = {
enable = true;
+ settings = {
+ fps = true;
+ frametime = true;
+
+ # Hardware stats
+ cpu_stats = true;
+ cpu_temp = true;
+ cpu_power = true;
+ cpu_mhz = true;
+ gpu_stats = true;
+ gpu_temp = true;
+ gpu_power = true;
+ gpu_core_clock = true;
+ gpu_mem_clock = true;
+ ram = true;
+ vram = true;
+
+ # Keybinds
+ toggle_hud = "Shift_R+F12";
+ };
};
};
}