Added proton GE as a steam compat tool
This commit is contained in:
parent
be5daa4aa9
commit
4cf133db4d
2 changed files with 28 additions and 0 deletions
|
@ -24,5 +24,13 @@ in {
|
|||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
# TODO: This can be removed when/if PR 189398 is merged
|
||||
# https://github.com/NixOS/nixpkgs/pull/189398
|
||||
aa.home.extraOptions = {
|
||||
home.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "${pkgs.aa.proton-ge-custom}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue