Replaced Steam with Millennium

This commit is contained in:
2025-08-09 13:01:15 +02:00
parent 8d0fd17653
commit a771a84ee0
5 changed files with 84 additions and 8 deletions

View File

@@ -61,7 +61,6 @@
openrgb
prismlauncher
protonplus
steam
vesktop
] else []
++ (if workSystem then [
@@ -84,6 +83,7 @@
programs.steam = if gamingSystem then {
enable = true;
package = pkgs.steam-millennium;
remotePlay.openFirewall = true;
} else {};