diff --git a/nixos/common/steam.nix b/nixos/common/steam.nix index 01def51..f34dcc4 100644 --- a/nixos/common/steam.nix +++ b/nixos/common/steam.nix @@ -2,17 +2,15 @@ { programs.gamemode.enable = true; - environment.systemPackages = [ + environment.systemPackages = with pkgs; [ + gamescope + mangohud ]; programs.steam = { enable = true; remotePlay.openFirewall = true; package = pkgs.steam-small.override { - extraPkgs = p: with p; [ - p.gamescope - p.mangohud - ]; extraLibraries = p: with p; [ p.libkrb5 p.keyutils