steam.nix: fix extraCompatPackages

This commit is contained in:
Charlie Root 2024-10-21 21:29:07 +02:00
commit 1f3e4a9f6c
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -22,7 +22,7 @@ in {
]; ];
}; };
gamescopeSession.enable = true; gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [proton-ge-bin.steamcompattool]; extraCompatPackages = [pkgs.proton-ge-bin.steamcompattool];
}; };
# See # See
# https://wiki.nixos.org/wiki/GameMode # https://wiki.nixos.org/wiki/GameMode