fix steam scaling finally lol

This commit is contained in:
mjallen18
2025-02-05 17:46:01 -06:00
parent 8f0efc9c56
commit 90ba19c057
4 changed files with 90 additions and 20 deletions

View File

@@ -19,7 +19,11 @@ in
# Configure environment
environment = {
# Force radv
variables.AMD_VULKAN_ICD = "RADV";
variables = {
AMD_VULKAN_ICD = "RADV";
STEAM_FORCE_DESKTOPUI_SCALING = "1.0";
GDK_SCALE = "1";
};
};
# Hardware configs
@@ -66,7 +70,6 @@ in
# Configure environment
environment = {
systemPackages = lib.mkIf cfg.lact.enable [ pkgs.lact ];
sessionVariables = lib.mkDefault { STEAM_FORCE_DESKTOPUI_SCALING = "1"; };
};
};
}