[gaming] Use recommended steam setup

Updated to use programs.steam recommended from the NixOS wiki
This commit is contained in:
2025-11-29 11:29:43 -08:00
parent 50a8c44d10
commit 6b42612135
2 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
desktop = {
enable = true;
wayland = true;
gaming.enable = false;
gaming.enable = true;
kde = true;
sddm = true;
};