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