home: Enable mangohud
This commit is contained in:
parent
72a42fbe93
commit
7f80622e7c
1 changed files with 16 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue