Disable MangoHUD session wide setting

This commit is contained in:
Filippo Berto 2023-09-06 22:53:10 +02:00
parent 1b02a12ce3
commit 9b9d6c9d41
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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