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 { config = lib.mkIf cfg.enable {
programs.steam = { programs.steam = {
enable = true; 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 remotePlay.openFirewall = true; # open ports for remote play
#dedicatedServer.openFirewall = true; # open ports for source dedicated server #dedicatedServer.openFirewall = true; # open ports for source dedicated server
}; };

View File

@@ -53,7 +53,7 @@ in {
dotIcons.enable = false; dotIcons.enable = false;
enable = true; enable = true;
gtk.enable = true; gtk.enable = true;
x11.enable = true; #x11.enable = true;
package = pkgs.posy-cursors; package = pkgs.posy-cursors;
name = "Posy_Cursor_Black"; name = "Posy_Cursor_Black";
size = 64; size = 64;