From 43fb0b11695a22b31a6f0bf748eecef3bbaa0a9f Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 2 Oct 2023 11:11:23 +0200 Subject: [PATCH] SteamDeck: remove obsolete option --- machines/SteamDeck/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/machines/SteamDeck/configuration.nix b/machines/SteamDeck/configuration.nix index ea49bd9..bbf55b4 100755 --- a/machines/SteamDeck/configuration.nix +++ b/machines/SteamDeck/configuration.nix @@ -44,14 +44,6 @@ autoStart = true; user = "toast"; desktopSession = "plasmawayland"; - environment = { - /* - Steam already has a mangohud overlay, so this - avoids having two overlays at once - */ - MANGOHUD = "0"; - MANHOGUD_DLSYM = "0"; - }; }; decky-loader = { enable = true;