fixed launch option comment
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user