From cd683bfa94d6fc4ecd673b9e0e22a0c5c372e90d Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 4 Jan 2026 13:02:44 +0100 Subject: [PATCH] feature(steam): add proton-ge compatibility layer to steam --- modules/nixos/steam.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/nixos/steam.nix b/modules/nixos/steam.nix index afb49e2..55f5345 100644 --- a/modules/nixos/steam.nix +++ b/modules/nixos/steam.nix @@ -10,6 +10,10 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; localNetworkGameTransfers.openFirewall = true; + # add proton-glorious-eggroll + extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; }; # fix black screen in steam when using xwayland-satellite -- 2.49.1