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
+5
View File
@@ -1,6 +1,11 @@
{
pkgs,
myConfig,
...
}: {
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
programs.gamemode.enable = true;
}