Update Steam wrapper to use command line options for Big Picture mode
Some checks failed
Build NixOS ISOs (x86 only) / build-iso (x86, desktop) (push) Has been cancelled
Build NixOS ISOs (x86 only) / build-iso (x86, server) (push) Has been cancelled
Build NixOS ISOs (x86 only) / create-release (push) Has been cancelled

This commit is contained in:
Chris Toph 2025-06-30 17:34:45 -04:00
parent aa27292c10
commit 3b6d75d41c

View file

@ -27,7 +27,7 @@
wrappers = {
steam = {
enable = true;
package = osConfig.programs.steam.package;
command = "${lib.getExe osConfig.programs.steam.package} -bigpicture -tenfoot";
extraOptions = {
"steam" = true; # equivalent to --steam flag
};
@ -63,7 +63,7 @@
steam = {
name = "Steam";
comment = "Steam Big Picture in Gamescope Session";
exec = "${lib.getExe config.play.wrappers.steam.wrappedPackage} -bigpicture -tenfoot";
exec = "${lib.getExe config.play.wrappers.steam.wrappedPackage}";
icon = "steam";
type = "Application";
terminal = false;