Disable MangoHUD session wide setting
This commit is contained in:
parent
1b02a12ce3
commit
9b9d6c9d41
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ let strPalette = pkgs.lib.nix-rice.palette.toRgbShortHex pkgs.rice.colorPalette;
|
||||||
in {
|
in {
|
||||||
programs.mangohud = {
|
programs.mangohud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSessionWide = true;
|
# enableSessionWide = true;
|
||||||
settings = {
|
settings = {
|
||||||
toggle_fps_limit = "F1";
|
toggle_fps_limit = "F1";
|
||||||
cpu_color = strPalette.normal.blue;
|
cpu_color = strPalette.normal.blue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue