Refactor mangohud config.

This commit is contained in:
jay
2025-07-15 22:45:34 -04:00
parent 7bac3c13aa
commit a655e9d85e

View File

@@ -24,10 +24,18 @@
enable = true; enable = true;
}; };
}; };
mangohud = {
enable = true;
settings = {
position = "top-right";
cpu_stats = true;
gpu_stats = true;
fps = true;
font_size = 12;
cellpadding_y = -0.070;
};
};
}; };
environment.systemPackages = [
pkgs.mangohud
];
} }