Skip to content

Commit

Permalink
steam: Ensure our support scripts override vendor stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Oct 6, 2024
1 parent dd197ff commit 3adbe71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/steam/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ in
hardware.pulseaudio.support32Bit = true;
hardware.steam-hardware.enable = mkDefault true;

environment.systemPackages = [ pkgs.gamescope-session pkgs.steamos-polkit-helpers pkgs.steamos-manager ];
environment.systemPackages = [
pkgs.gamescope-session
pkgs.steamos-polkit-helpers
pkgs.steamos-manager
pkgs.jovian-support-scripts
];

systemd.packages = [ pkgs.gamescope-session pkgs.steamos-manager ];

Expand Down

0 comments on commit 3adbe71

Please sign in to comment.