From 4dafe9699eacf7c6b18da9725fab8e63d00679a7 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Mon, 17 Mar 2025 22:40:35 -0500
Subject: [PATCH] mangohud: disable session-wide

---
 options/custom/programs/mangohud.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/options/custom/programs/mangohud.nix b/options/custom/programs/mangohud.nix
index d4cf165..e9ff418 100644
--- a/options/custom/programs/mangohud.nix
+++ b/options/custom/programs/mangohud.nix
@@ -17,7 +17,7 @@ in {
         # https://github.com/flightlessmango/MangoHud
         programs.mangohud = {
           enable = true;
-          enableSessionWide = true;
+          #// enableSessionWide = true;
 
           settings = {
             background_alpha = 0;