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,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
(pkgs.steam.override {
|
||||
extraProfile = "export STEAM_EXTRA_COMPAT_TOOLS_PATHS='${inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.proton-ge}'";
|
||||
})
|
||||
pkgs.steam
|
||||
|
||||
# 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