steam: share ipc, fix some gui launchers
This commit is contained in:
parent
6c52434eb0
commit
2831a66be6
@ -268,6 +268,10 @@ in buildFHSUserEnv rec {
|
|||||||
broken = nativeOnly;
|
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 {
|
passthru.run = buildFHSUserEnv {
|
||||||
name = "steam-run";
|
name = "steam-run";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user