feature(steam): add proton-ge compatibility layer to steam #5

Merged
aaron merged 1 commits from feature/proton-ge into main 2026-01-04 12:04:54 +00:00
Showing only changes of commit cd683bfa94 - Show all commits

View File

@@ -10,6 +10,10 @@
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true; localNetworkGameTransfers.openFirewall = true;
# add proton-glorious-eggroll
extraCompatPackages = with pkgs; [
proton-ge-bin
];
}; };
# fix black screen in steam when using xwayland-satellite # fix black screen in steam when using xwayland-satellite