migrate sajenim to erika

This commit is contained in:
♥ Minnie ♥ 2023-11-05 14:01:53 +00:00
parent bb6e9990c0
commit 5a2c44905f
9 changed files with 0 additions and 0 deletions

View file

@ -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;
};
};
}