diff --git a/modules/gaming/steam.nix b/modules/gaming/steam.nix index 480cb48..1aca9a9 100644 --- a/modules/gaming/steam.nix +++ b/modules/gaming/steam.nix @@ -1,8 +1,9 @@ -{ pkgs, ... }: +{ pkgs, inputs, ... }: { programs = { steam = { enable = true; + package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.steam; remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; gamescopeSession.enable = true; @@ -16,7 +17,7 @@ gamescope = { enable = true; capSysNice = true; - # package = pkgs.gamescope-wsi; + package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.gamescope; }; }; environment.systemPackages = with pkgs; [