From 1f3e4a9f6c716253ac7b8236e2d5625ce1d02529 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 21 Oct 2024 21:29:07 +0200 Subject: [PATCH] steam.nix: fix extraCompatPackages --- modules/programs/gui/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/gui/steam.nix b/modules/programs/gui/steam.nix index 318d989..5b62849 100644 --- a/modules/programs/gui/steam.nix +++ b/modules/programs/gui/steam.nix @@ -22,7 +22,7 @@ in { ]; }; gamescopeSession.enable = true; - extraCompatPackages = with pkgs; [proton-ge-bin.steamcompattool]; + extraCompatPackages = [pkgs.proton-ge-bin.steamcompattool]; }; # See # https://wiki.nixos.org/wiki/GameMode