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;