Steam: Difference between revisions

Zimward (talk | contribs)
added paragraph in troubleshooting for a bug where gamescope fails to launch when used within steam
Klinger (talk | contribs)
m extraPkgs does not exist in 24.05
Line 70: Line 70:


=== Bumblebee and Primus ===
=== Bumblebee and Primus ===
<syntaxHighlight lang=nix>
<syntaxhighlight lang="nix">
   programs.steam.package = pkgs.steam.override {
   programs.steam.package = pkgs.steam.override {
     withPrimus = true;
     withPrimus = true;
     extraPkgs = pkgs: [ bumblebee glxinfo ];
     extraPackages = [ bumblebee glxinfo ];
   };
   };
</syntaxHighlight>
</syntaxhighlight>


=== Java ===
=== Java ===