summaryrefslogtreecommitdiff
path: root/hm/soft/mangohud.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-01 19:57:16 +0100
committeradikro <adikro@disroot.org>2026-03-01 19:57:16 +0100
commit1be09af058424219de2aad4b9cc27ccf760d23f6 (patch)
treebdc1177b166e1eef36763984b6862d7755a7bde8 /hm/soft/mangohud.nix
parent4b41ce640c5eddcb50904331e03aac5460caa144 (diff)
...
Diffstat (limited to 'hm/soft/mangohud.nix')
-rw-r--r--hm/soft/mangohud.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/hm/soft/mangohud.nix b/hm/soft/mangohud.nix
index eae15d5..335014c 100644
--- a/hm/soft/mangohud.nix
+++ b/hm/soft/mangohud.nix
@@ -7,6 +7,22 @@ in
config = lib.mkIf cfg.enable {
programs.mangohud = {
enable = true;
+ settings = {
+ table_columns = 4;
+ font_scale = 1.3;
+ cellpadding_y = 0.1;
+ round_corners = 10;
+ fps_limit = 240;
+
+ gpu_temp = true;
+ gpu_core_clock = true;
+
+ cpu_temp = true;
+ cpu_mhz = true;
+
+ fps_metrics = "0.01";
+ wine = true;
+ };
};
};
}