set fps limit
This commit is contained in:
parent
892fcd3d18
commit
e63c830566
|
@ -5,6 +5,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.mangohud;
|
package = pkgs.unstable.mangohud;
|
||||||
settings = {
|
settings = {
|
||||||
|
# Performance
|
||||||
|
fps_limit = 60;
|
||||||
# GPU
|
# GPU
|
||||||
gpu_temp = true;
|
gpu_temp = true;
|
||||||
gpu_junction_temp = true;
|
gpu_junction_temp = true;
|
||||||
|
|
Loading…
Reference in a new issue