Commit 0077d15

HPCesia <me@hpcesia.com>
2026-01-04 18:28:56
feat: update mangohud config
1 parent 07f9ca9
Changed files (1)
modules
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";
+      };
     };
   };
 }