feat(gaming): add steam

This commit is contained in:
tux
2026-05-10 02:26:20 +05:30
parent c0182fbdf8
commit d15933bf05
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
flake.modules.nixos.gaming = {
programs.steam = {
enable = true;
protontricks.enable = true;
};
};
}