steam: share ipc, fix some gui launchers

This commit is contained in:
Jonathan Ringer 2020-12-08 18:42:56 -08:00
parent 6c52434eb0
commit 2831a66be6
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -268,6 +268,10 @@ in buildFHSUserEnv rec {
broken = nativeOnly;
};
# allows for some gui applications to share IPC
# this fixes certain issues where they don't render correctly
unshareIpc = false;
passthru.run = buildFHSUserEnv {
name = "steam-run";