From aef79fbef968305ab4877eca7d7b827616d7a446 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Fri, 21 Jun 2024 19:59:57 +0200 Subject: [PATCH] nixos: fix steam scaling --- nixos/msi/gaming.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/msi/gaming.nix b/nixos/msi/gaming.nix index c78fe39..18d7854 100644 --- a/nixos/msi/gaming.nix +++ b/nixos/msi/gaming.nix @@ -18,5 +18,7 @@ environment.sessionVariables = { # Tell protonup where to install patched proton GE STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/kamov/.steam/root/compatibilitytools.d"; + # Apparently Steam client has broken scaling on Linux + STEAM_FORCE_DESKTOPUI_SCALING = "1.2"; }; }