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
+1
View File
@@ -18,5 +18,6 @@
]
++ [
../../packages/mangohud/home.nix
../../packages/protonup/home.nix
];
}
+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;
};
}
+5
View File
@@ -1,6 +1,11 @@
{
pkgs,
myConfig,
...
}: {
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
programs.gamemode.enable = true;
}