diff --git a/modules/nix/games/steam.nix b/modules/nix/games/steam.nix index b95f7d9..09fe538 100644 --- a/modules/nix/games/steam.nix +++ b/modules/nix/games/steam.nix @@ -16,6 +16,6 @@ in config = mkIf config.smayzy.steam.enable { programs.steam.enable = true; - environment.systemPackages = with pkgs; [ depotdownloader]; + environment.systemPackages = with pkgs; [ depotdownloader protontricks ]; }; }