migrate sajenim to erika
This commit is contained in:
parent
bb6e9990c0
commit
5a2c44905f
9 changed files with 0 additions and 0 deletions
|
@ -1,34 +0,0 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.mangohud;
|
||||
settings = {
|
||||
# Performance
|
||||
fps_limit = 60;
|
||||
# GPU
|
||||
gpu_temp = true;
|
||||
gpu_junction_temp = true;
|
||||
gpu_core_clock = true;
|
||||
gpu_fan = true;
|
||||
gpu_voltage = true;
|
||||
|
||||
# CPU
|
||||
cpu_temp = true;
|
||||
cpu_mhz = true;
|
||||
|
||||
# FPS
|
||||
fps = true;
|
||||
frametime = false;
|
||||
frame_timing = false;
|
||||
|
||||
# Miscellaneous
|
||||
wine = true;
|
||||
gamemode = true;
|
||||
|
||||
# Hud dimensions
|
||||
table_columns = 4;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue