diff --git a/modules/hm/mangohud.nix b/modules/hm/mangohud.nix index 5432f5f..34ec861 100644 --- a/modules/hm/mangohud.nix +++ b/modules/hm/mangohud.nix @@ -3,7 +3,7 @@ let strPalette = pkgs.lib.nix-rice.palette.toRgbShortHex pkgs.rice.colorPalette; in { programs.mangohud = { enable = true; - enableSessionWide = true; + # enableSessionWide = true; settings = { toggle_fps_limit = "F1"; cpu_color = strPalette.normal.blue;