fixed launch option comment

This commit is contained in:
2025-11-06 23:29:40 -06:00
parent 67002a94dd
commit 35645a3e9c
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ in {
config = lib.mkIf cfg.enable {
programs.steam = {
enable = true;
gamescopeSession.enable = true; # requires setting launch option `gamescope %command%`
gamescopeSession.enable = true; # requires setting launch option `gamescope <options> -- %command%`
remotePlay.openFirewall = true; # open ports for remote play
#dedicatedServer.openFirewall = true; # open ports for source dedicated server
};