From bf89c7cfaff160aa6b3d0db533102b42ba810ab6 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 30 Apr 2026 00:48:20 +0200 Subject: [PATCH] add protontricks --- modules/nix/games/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }