home: Enable mangohud

This commit is contained in:
Erwin Boskma 2024-10-29 01:09:42 +01:00
parent 72a42fbe93
commit 7f80622e7c
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -233,6 +233,7 @@ in
kubernetes-helm
libnotify
libreoffice-fresh
mangohud
minio-client
mpv
nautilus
@ -382,6 +383,21 @@ in
programs = {
home-manager.enable = true;
command-not-found.enable = true;
mangohud = {
enable = true;
settings = {
time = true;
fps = true;
frametime = true;
fps_metrics = "avg,1,0.1";
throttling_status = true;
toggle_fps_limit = "Shift_R+F1";
toggle_logging = "Shift_R+F2";
reload_cfg = "Shift_R+F4";
upload_log = "Shift_R+F3";
};
};
};
services = {