From cb978aae73d626d97b55f6b3ee4cf5d650bbe3d8 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 30 Apr 2026 01:17:28 +0200 Subject: [PATCH] Revert "add protontricks" This reverts commit bf89c7cfaff160aa6b3d0db533102b42ba810ab6. --- modules/nix/games/steam.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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]; }; }