home/steam: disable proton-ge
- I don't play Windows games at all and I have no idea why did I add it in the first place...
This commit is contained in:
parent
352d1dcb30
commit
690c024995
1 changed files with 7 additions and 8 deletions
|
@ -1,11 +1,10 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.steam.override {
|
pkgs.steam
|
||||||
extraProfile = "export STEAM_EXTRA_COMPAT_TOOLS_PATHS='${inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.proton-ge}'";
|
|
||||||
})
|
# with ProtonGE
|
||||||
|
# (pkgs.steam.override {
|
||||||
|
# extraProfile = "export STEAM_EXTRA_COMPAT_TOOLS_PATHS='${inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.proton-ge}'";
|
||||||
|
# })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue