Guanran Wang
690c024995
- I don't play Windows games at all and I have no idea why did I add it in the first place...
10 lines
257 B
Nix
10 lines
257 B
Nix
{pkgs, ...}: {
|
|
home.packages = [
|
|
pkgs.steam
|
|
|
|
# with ProtonGE
|
|
# (pkgs.steam.override {
|
|
# extraProfile = "export STEAM_EXTRA_COMPAT_TOOLS_PATHS='${inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.proton-ge}'";
|
|
# })
|
|
];
|
|
}
|