This commit is contained in:
2025-09-01 21:32:44 -06:00
parent 68bd931f30
commit a56a99ca3f
4 changed files with 29 additions and 85 deletions

View File

@@ -0,0 +1,8 @@
{config, pkgs, ...}:
{
programs = {
steam.enable = true;
gamemode.enable = true;
};
}