added protonup

This commit is contained in:
kenji
2025-07-09 16:42:25 -05:00
parent 216011d9f6
commit 1c82b5eafe
3 changed files with 20 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{ pkgs, }:
{
home.packages = with pkgs; [
protonup
];
home.sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS =
\\\${HOME}/.steam/root/compatibilitytools.d;
};
}