mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Replaced Steam with Millennium
This commit is contained in:
@@ -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 {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user