From 9b9d6c9d410c1d6acbdb2e5d09759e8c404f702f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 6 Sep 2023 22:53:10 +0200 Subject: [PATCH] Disable MangoHUD session wide setting --- modules/hm/mangohud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;